Shades of Fuzzy Wuzzy Brown #BB5952
Tints of Fuzzy Wuzzy Brown #BB5952
RGB
CMYK
RGB Variations
Color information
#BB5952 (or 0xBB5952) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 59 and 52. RGB value is (187,89,82). Sum of RGB (Red+Green+Blue) = 187+89+82=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5952 is #44A6AD. Grayscale: #757575. Windows color (decimal): -4499118 or 5396923. OLE color: 5396923.
HSL color Cylindrical-coordinate representation of color #BB5952: hue angle of 4º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5952 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 82 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.27 |
| HSL | 4º | 0.44% | 0.53% | - |
| HSV(B) | 4º | 0.56% | 0.73% | - |
| XYZ | 25.59 | 18.32 | 10.17 | - |
| YUV | 117.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 82 | 0 | 0.52 | 0.56 | 0.27 | 4 | 0.44 | 0.53 |
| Hex | BB | 59 | 52 | 0 | 34 | 38 | 1B | 4 | 2C | 35 |
| Octal | 273 | 131 | 122 | 0 | 64 | 70 | 33 | 4 | 54 | 65 |
| Binary | 10111011 | 1011001 | 1010010 | 0 | 110100 | 111000 | 11011 | 100 | 101100 | 110101 |
Color Harmonies of #BB5952
Complementary color
Monochromatic Colors of #BB5952
Black with #BB5952
Text Example
Text Example
White with #BB5952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5952; }
p { color: rgb(187,89,82); }
H1.HeaderClassName
{
color: #BB5952;
}
.AnyTagClassName
{
color: #BB5952;
}
</style>
background-color css
<style>
a { background-color: #BB5952; }
a { background-color: rgb(187,89,82); }
div.DivClassName
{
background-color: #BB5952;
}
.BgClassName
{
background-color: #BB5952;
}
</style>
border-color css
<style>
span { border-color: #BB5952; }
span { border-color: rgb(187,89,82); }
td.TdClassName
{
border-color: #BB5952;
}
.TagClassName
{
border-color: #BB5952;
}
</style>