Shades of Fuzzy Wuzzy Brown #BB5553
Tints of Fuzzy Wuzzy Brown #BB5553
RGB
CMYK
RGB Variations
Color information
#BB5553 (or 0xBB5553) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 55 and 53. RGB value is (187,85,83). Sum of RGB (Red+Green+Blue) = 187+85+83=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5553 is #44AAAC. Grayscale: #737373. Windows color (decimal): -4500141 or 5461435. OLE color: 5461435.
HSL color Cylindrical-coordinate representation of color #BB5553: hue angle of 1.15º degrees, saturation: 0.43, 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 #BB5553 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 83 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.27 |
| HSL | 1.15º | 0.43% | 0.53% | - |
| HSV(B) | 1.15º | 0.56% | 0.73% | - |
| XYZ | 25.3 | 17.69 | 10.26 | - |
| YUV | 115.27 | 109.79 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 83 | 0 | 0.55 | 0.56 | 0.27 | 1.15 | 0.43 | 0.53 |
| Hex | BB | 55 | 53 | 0 | 37 | 38 | 1B | 1 | 2B | 35 |
| Octal | 273 | 125 | 123 | 0 | 67 | 70 | 33 | 1 | 53 | 65 |
| Binary | 10111011 | 1010101 | 1010011 | 0 | 110111 | 111000 | 11011 | 1 | 101011 | 110101 |
Color Harmonies of #BB5553
Complementary color
Monochromatic Colors of #BB5553
Black with #BB5553
Text Example
Text Example
White with #BB5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5553; }
p { color: rgb(187,85,83); }
H1.HeaderClassName
{
color: #BB5553;
}
.AnyTagClassName
{
color: #BB5553;
}
</style>
background-color css
<style>
a { background-color: #BB5553; }
a { background-color: rgb(187,85,83); }
div.DivClassName
{
background-color: #BB5553;
}
.BgClassName
{
background-color: #BB5553;
}
</style>
border-color css
<style>
span { border-color: #BB5553; }
span { border-color: rgb(187,85,83); }
td.TdClassName
{
border-color: #BB5553;
}
.TagClassName
{
border-color: #BB5553;
}
</style>