#BB5656

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

Shades of Fuzzy Wuzzy Brown #BB5656

Tints of Fuzzy Wuzzy Brown #BB5656

Color information

#BB5656 (or 0xBB5656) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BB, 56 and 56. RGB value is (187,86,86). Sum of RGB (Red+Green+Blue) = 187+86+86=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5656 is #44A9A9. Grayscale: #747474. Windows color (decimal): -4499882 or 5658299. OLE color: 5658299.

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

Color convert

RGB1878686-
CMYK00.540.540.27
HSL42.62%53.53%-
HSV(B)54.01%73.33%-
XYZ25.517.8910.91-
YUV116.2110.96178.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=52.09%
G=23.96%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187868600.540.540.27042.6253.53
HexBB5656036361B02b36
Octal273126126066663305366
Binary10111011101011010101100110110110110110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5656; }

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

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

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

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

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

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

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

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