#B55B5B

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

Shades of Fuzzy Wuzzy Brown #B55B5B

Tints of Fuzzy Wuzzy Brown #B55B5B

Color information

#B55B5B (or 0xB55B5B) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 5B and 5B. RGB value is (181,91,91). Sum of RGB (Red+Green+Blue) = 181+91+91=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55B5B is #4AA4A4. Grayscale: #767676. Windows color (decimal): -4891813 or 5987253. OLE color: 5987253.

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

Color convert

RGB1819191-
CMYK00.500.500.29
HSL37.82%53.33%-
HSV(B)49.72%70.98%-
XYZ24.6918.0612.08-
YUV117.91112.82173-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=49.86%
G=25.07%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181919100.500.500.29037.8253.33
HexB55B5B032321D02635
Octal265133133062623504665
Binary10110101101101110110110110010110010111010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B5B; }

 p { color: rgb(181,91,91); }

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

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

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

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

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

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

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