#BB5D57

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

Shades of Fuzzy Wuzzy Brown #BB5D57

Tints of Fuzzy Wuzzy Brown #BB5D57

Color information

#BB5D57 (or 0xBB5D57) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BB, 5D and 57. RGB value is (187,93,87). Sum of RGB (Red+Green+Blue) = 187+93+87=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D57 is #44A2A8. Grayscale: #787878. Windows color (decimal): -4498089 or 5725627. OLE color: 5725627.

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

Color convert

RGB1879387-
CMYK00.500.530.27
HSL3.6º42.37%53.73%-
HSV(B)3.6º53.48%73.33%-
XYZ26.1319.0811.32-
YUV120.42109.14175.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=50.95%
G=25.34%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187938700.500.530.273.642.3753.73
HexBB5D57032351B42a36
Octal273135127062653345266
Binary1011101110111011010111011001011010111011100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5D57; }

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

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

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

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

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

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

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

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