Shades of Fuzzy Wuzzy Brown #B85959
Tints of Fuzzy Wuzzy Brown #B85959
RGB
CMYK
RGB Variations
Color information
#B85959 (or 0xB85959) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 59 and 59. RGB value is (184,89,89). Sum of RGB (Red+Green+Blue) = 184+89+89=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B85959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85959 is #47A6A6. Grayscale: #757575. Windows color (decimal): -4695719 or 5855672. OLE color: 5855672.
HSL color Cylindrical-coordinate representation of color #B85959: hue angle of 0º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85959 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 89 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.28 |
| HSL | 0º | 0.4% | 0.54% | - |
| HSV(B) | 0º | 0.52% | 0.72% | - |
| XYZ | 25.14 | 18.06 | 11.61 | - |
| YUV | 117.41 | 111.97 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 89 | 0 | 0.52 | 0.52 | 0.28 | 0 | 0.4 | 0.54 |
| Hex | B8 | 59 | 59 | 0 | 34 | 34 | 1C | 0 | 28 | 36 |
| Octal | 270 | 131 | 131 | 0 | 64 | 64 | 34 | 0 | 50 | 66 |
| Binary | 10111000 | 1011001 | 1011001 | 0 | 110100 | 110100 | 11100 | 0 | 101000 | 110110 |
Color Harmonies of #B85959
Complementary color
Monochromatic Colors of #B85959
Black with #B85959
Text Example
Text Example
White with #B85959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85959; }
p { color: rgb(184,89,89); }
H1.HeaderClassName
{
color: #B85959;
}
.AnyTagClassName
{
color: #B85959;
}
</style>
background-color css
<style>
a { background-color: #B85959; }
a { background-color: rgb(184,89,89); }
div.DivClassName
{
background-color: #B85959;
}
.BgClassName
{
background-color: #B85959;
}
</style>
border-color css
<style>
span { border-color: #B85959; }
span { border-color: rgb(184,89,89); }
td.TdClassName
{
border-color: #B85959;
}
.TagClassName
{
border-color: #B85959;
}
</style>