#bb5654

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

Shades of Fuzzy Wuzzy Brown #BB5654

Tints of Fuzzy Wuzzy Brown #BB5654

Color information

#BB5654 (or 0xBB5654) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BB, 56 and 54. RGB value is (187,86,84). Sum of RGB (Red+Green+Blue) = 187+86+84=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5654 is #44A9AB. Grayscale: #747474. Windows color (decimal): -4499884 or 5527227. OLE color: 5527227.

HSL color Cylindrical-coordinate representation of color #BB5654: hue angle of 1.17º 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 #BB5654 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1878684-
CMYK00.540.550.27
HSL1.17º43.1%53.14%-
HSV(B)1.17º55.08%73.33%-
XYZ25.4217.8610.5-
YUV115.97109.96178.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.38%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 84 (33.20% from 255) = 23.53%
R=52.38%
G=24.09%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187868400.540.550.271.1743.153.14
HexBB5654036371B12b35
Octal273126124066673315365
Binary10111011101011010101000110110110111110111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5654; }

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

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

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

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

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

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

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

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