Shades of Fuzzy Wuzzy Brown #BB5655
Tints of Fuzzy Wuzzy Brown #BB5655
RGB
CMYK
RGB Variations
Color information
#BB5655 (or 0xBB5655) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 56 and 55. RGB value is (187,86,85). Sum of RGB (Red+Green+Blue) = 187+86+85=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5655 is #44A9AA. Grayscale: #747474. Windows color (decimal): -4499883 or 5592763. OLE color: 5592763.
HSL color Cylindrical-coordinate representation of color #BB5655: hue angle of 0.59º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5655 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 85 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.27 |
| HSL | 0.59º | 0.43% | 0.53% | - |
| HSV(B) | 0.59º | 0.55% | 0.73% | - |
| XYZ | 25.46 | 17.88 | 10.7 | - |
| YUV | 116.09 | 110.46 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 85 | 0 | 0.54 | 0.55 | 0.27 | 0.59 | 0.43 | 0.53 |
| Hex | BB | 56 | 55 | 0 | 36 | 37 | 1B | 1 | 2B | 35 |
| Octal | 273 | 126 | 125 | 0 | 66 | 67 | 33 | 1 | 53 | 65 |
| Binary | 10111011 | 1010110 | 1010101 | 0 | 110110 | 110111 | 11011 | 1 | 101011 | 110101 |
Color Harmonies of #BB5655
Complementary color
Monochromatic Colors of #BB5655
Black with #BB5655
Text Example
Text Example
White with #BB5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5655; }
p { color: rgb(187,86,85); }
H1.HeaderClassName
{
color: #BB5655;
}
.AnyTagClassName
{
color: #BB5655;
}
</style>
background-color css
<style>
a { background-color: #BB5655; }
a { background-color: rgb(187,86,85); }
div.DivClassName
{
background-color: #BB5655;
}
.BgClassName
{
background-color: #BB5655;
}
</style>
border-color css
<style>
span { border-color: #BB5655; }
span { border-color: rgb(187,86,85); }
td.TdClassName
{
border-color: #BB5655;
}
.TagClassName
{
border-color: #BB5655;
}
</style>