Shades of Fuzzy Wuzzy Brown #B85C59
Tints of Fuzzy Wuzzy Brown #B85C59
RGB
CMYK
RGB Variations
Color information
#B85C59 (or 0xB85C59) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 5C and 59. RGB value is (184,92,89). Sum of RGB (Red+Green+Blue) = 184+92+89=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85C59 is #47A3A6. Grayscale: #777777. Windows color (decimal): -4694951 or 5856440. OLE color: 5856440.
HSL color Cylindrical-coordinate representation of color #B85C59: hue angle of 1.89º 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 #B85C59 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 89 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.28 |
| HSL | 1.89º | 0.4% | 0.54% | - |
| HSV(B) | 1.89º | 0.52% | 0.72% | - |
| XYZ | 25.4 | 18.57 | 11.7 | - |
| YUV | 119.17 | 110.98 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 89 | 0 | 0.50 | 0.52 | 0.28 | 1.89 | 0.4 | 0.54 |
| Hex | B8 | 5C | 59 | 0 | 32 | 34 | 1C | 2 | 28 | 36 |
| Octal | 270 | 134 | 131 | 0 | 62 | 64 | 34 | 2 | 50 | 66 |
| Binary | 10111000 | 1011100 | 1011001 | 0 | 110010 | 110100 | 11100 | 10 | 101000 | 110110 |
Color Harmonies of #B85C59
Complementary color
Monochromatic Colors of #B85C59
Black with #B85C59
Text Example
Text Example
White with #B85C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C59; }
p { color: rgb(184,92,89); }
H1.HeaderClassName
{
color: #B85C59;
}
.AnyTagClassName
{
color: #B85C59;
}
</style>
background-color css
<style>
a { background-color: #B85C59; }
a { background-color: rgb(184,92,89); }
div.DivClassName
{
background-color: #B85C59;
}
.BgClassName
{
background-color: #B85C59;
}
</style>
border-color css
<style>
span { border-color: #B85C59; }
span { border-color: rgb(184,92,89); }
td.TdClassName
{
border-color: #B85C59;
}
.TagClassName
{
border-color: #B85C59;
}
</style>