#B55F5C

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

Shades of Fuzzy Wuzzy Brown #B55F5C

Tints of Fuzzy Wuzzy Brown #B55F5C

Color information

#B55F5C (or 0xB55F5C) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 5F and 5C. RGB value is (181,95,92). Sum of RGB (Red+Green+Blue) = 181+95+92=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55F5C is #4AA0A3. Grayscale: #787878. Windows color (decimal): -4890788 or 6053813. OLE color: 6053813.

HSL color Cylindrical-coordinate representation of color #B55F5C: hue angle of 2.02º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55F5C is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1819592-
CMYK00.480.490.29
HSL2.02º37.55%53.53%-
HSV(B)2.02º49.17%70.98%-
XYZ25.0818.7812.43-
YUV120.37111.99171.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 95 (37.5% from 255) = 25.82%
BLUE value IS 92 (36.33% from 255) = 25%
R=49.18%
G=25.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181959200.480.490.292.0237.5553.53
HexB55F5C030311D22636
Octal265137134060613524666
Binary101101011011111101110001100001100011110110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F5C; }

 p { color: rgb(181,95,92); }

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

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

 a { background-color: rgb(181,95,92); }

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

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

 span { border-color: rgb(181,95,92); }

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