#BB5554

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

Shades of Fuzzy Wuzzy Brown #BB5554

Tints of Fuzzy Wuzzy Brown #BB5554

Color information

#BB5554 (or 0xBB5554) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BB, 55 and 54. RGB value is (187,85,84). Sum of RGB (Red+Green+Blue) = 187+85+84=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5554 is #44AAAB. Grayscale: #737373. Windows color (decimal): -4500140 or 5526971. OLE color: 5526971.

HSL color Cylindrical-coordinate representation of color #BB5554: hue angle of 0.58º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5554 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1878584-
CMYK00.550.550.27
HSL0.58º43.1%53.14%-
HSV(B)0.58º55.08%73.33%-
XYZ25.3417.710.47-
YUV115.38110.29179.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 84 (33.20% from 255) = 23.60%
R=52.53%
G=23.88%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187858400.550.550.270.5843.153.14
HexBB5554037371B12b35
Octal273125124067673315365
Binary10111011101010110101000110111110111110111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5554; }

 p { color: rgb(187,85,84); }

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

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

 a { background-color: rgb(187,85,84); }

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

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

 span { border-color: rgb(187,85,84); }

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