Shades of Fuzzy Wuzzy Brown #BB5C55
Tints of Fuzzy Wuzzy Brown #BB5C55
RGB
CMYK
RGB Variations
Color information
#BB5C55 (or 0xBB5C55) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 5C and 55. RGB value is (187,92,85). Sum of RGB (Red+Green+Blue) = 187+92+85=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5C55 is #44A3AA. Grayscale: #777777. Windows color (decimal): -4498347 or 5594299. OLE color: 5594299.
HSL color Cylindrical-coordinate representation of color #BB5C55: hue angle of 4.12º 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 #BB5C55 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 85 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.27 |
| HSL | 4.12º | 0.43% | 0.53% | - |
| HSV(B) | 4.12º | 0.55% | 0.73% | - |
| XYZ | 25.96 | 18.87 | 10.87 | - |
| YUV | 119.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 85 | 0 | 0.51 | 0.55 | 0.27 | 4.12 | 0.43 | 0.53 |
| Hex | BB | 5C | 55 | 0 | 33 | 37 | 1B | 4 | 2B | 35 |
| Octal | 273 | 134 | 125 | 0 | 63 | 67 | 33 | 4 | 53 | 65 |
| Binary | 10111011 | 1011100 | 1010101 | 0 | 110011 | 110111 | 11011 | 100 | 101011 | 110101 |
Color Harmonies of #BB5C55
Complementary color
Monochromatic Colors of #BB5C55
Black with #BB5C55
Text Example
Text Example
White with #BB5C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5C55; }
p { color: rgb(187,92,85); }
H1.HeaderClassName
{
color: #BB5C55;
}
.AnyTagClassName
{
color: #BB5C55;
}
</style>
background-color css
<style>
a { background-color: #BB5C55; }
a { background-color: rgb(187,92,85); }
div.DivClassName
{
background-color: #BB5C55;
}
.BgClassName
{
background-color: #BB5C55;
}
</style>
border-color css
<style>
span { border-color: #BB5C55; }
span { border-color: rgb(187,92,85); }
td.TdClassName
{
border-color: #BB5C55;
}
.TagClassName
{
border-color: #BB5C55;
}
</style>