#be5553

Color #BE5553 Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #BE5553

Tints of Fuzzy Wuzzy Brown #BE5553

Color information

#BE5553 (or 0xBE5553) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BE, 55 and 53. RGB value is (190,85,83). Sum of RGB (Red+Green+Blue) = 190+85+83=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5553 is #41AAAC. Grayscale: #747474. Windows color (decimal): -4303533 or 5461438. OLE color: 5461438.

HSL color Cylindrical-coordinate representation of color #BE5553: hue angle of 1.12º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5553 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB1908583-
CMYK00.550.560.25
HSL1.12º45.15%53.53%-
HSV(B)1.12º56.32%74.51%-
XYZ26.0518.0710.3-
YUV116.17109.29180.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 53.07%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 83 (32.81% from 255) = 23.18%
R=53.07%
G=23.74%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190858300.550.560.251.1245.1553.53
HexBE5553037381912d36
Octal276125123067703115566
Binary10111110101010110100110110111111000110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be5553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be5553; }

 p { color: rgb(190,85,83); }

 H1.HeaderClassName
 {
   color: #be5553;
 }
 .AnyTagClassName
 {
   color: #be5553;
 }
</style>
background-color css

<style>
 a { background-color: #be5553; }

 a { background-color: rgb(190,85,83); }

 div.DivClassName
 {
   background-color: #be5553;
 }
 .BgClassName
 {
   background-color: #be5553;
 }
</style>
border-color css

<style>
 span { border-color: #be5553; }

 span { border-color: rgb(190,85,83); }

 td.TdClassName
 {
   border-color: #be5553;
 }
 .TagClassName
 {
   border-color: #be5553;
 }
</style>