#BB5D56

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

Shades of Fuzzy Wuzzy Brown #BB5D56

Tints of Fuzzy Wuzzy Brown #BB5D56

Color information

#BB5D56 (or 0xBB5D56) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BB, 5D and 56. RGB value is (187,93,86). Sum of RGB (Red+Green+Blue) = 187+93+86=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D56 is #44A2A9. Grayscale: #787878. Windows color (decimal): -4498090 or 5660091. OLE color: 5660091.

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

Color convert

RGB1879386-
CMYK00.500.540.27
HSL4.16º42.62%53.53%-
HSV(B)4.16º54.01%73.33%-
XYZ26.0919.0711.11-
YUV120.31108.64175.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=51.09%
G=25.41%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187938600.500.540.274.1642.6253.53
HexBB5D56032361B42b36
Octal273135126062663345366
Binary1011101110111011010110011001011011011011100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5D56; }

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

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

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

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

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

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

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

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