Shades of Fuzzy Wuzzy Brown #B85855
Tints of Fuzzy Wuzzy Brown #B85855
RGB
CMYK
RGB Variations
Color information
#B85855 (or 0xB85855) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 58 and 55. RGB value is (184,88,85). Sum of RGB (Red+Green+Blue) = 184+88+85=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B85855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85855 is #47A7AA. Grayscale: #747474. Windows color (decimal): -4695979 or 5593272. OLE color: 5593272.
HSL color Cylindrical-coordinate representation of color #B85855: hue angle of 1.82º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85855 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 85 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.28 |
| HSL | 1.82º | 0.41% | 0.53% | - |
| HSV(B) | 1.82º | 0.54% | 0.72% | - |
| XYZ | 24.9 | 17.83 | 10.72 | - |
| YUV | 116.36 | 110.3 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 85 | 0 | 0.52 | 0.54 | 0.28 | 1.82 | 0.41 | 0.53 |
| Hex | B8 | 58 | 55 | 0 | 34 | 36 | 1C | 2 | 29 | 35 |
| Octal | 270 | 130 | 125 | 0 | 64 | 66 | 34 | 2 | 51 | 65 |
| Binary | 10111000 | 1011000 | 1010101 | 0 | 110100 | 110110 | 11100 | 10 | 101001 | 110101 |
Color Harmonies of #B85855
Complementary color
Monochromatic Colors of #B85855
Black with #B85855
Text Example
Text Example
White with #B85855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85855; }
p { color: rgb(184,88,85); }
H1.HeaderClassName
{
color: #B85855;
}
.AnyTagClassName
{
color: #B85855;
}
</style>
background-color css
<style>
a { background-color: #B85855; }
a { background-color: rgb(184,88,85); }
div.DivClassName
{
background-color: #B85855;
}
.BgClassName
{
background-color: #B85855;
}
</style>
border-color css
<style>
span { border-color: #B85855; }
span { border-color: rgb(184,88,85); }
td.TdClassName
{
border-color: #B85855;
}
.TagClassName
{
border-color: #B85855;
}
</style>