Shades of Fuzzy Wuzzy Brown #B85854
Tints of Fuzzy Wuzzy Brown #B85854
RGB
CMYK
RGB Variations
Color information
#B85854 (or 0xB85854) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 58 and 54. RGB value is (184,88,84). Sum of RGB (Red+Green+Blue) = 184+88+84=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B85854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85854 is #47A7AB. Grayscale: #747474. Windows color (decimal): -4695980 or 5527736. OLE color: 5527736.
HSL color Cylindrical-coordinate representation of color #B85854: hue angle of 2.4º 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 #B85854 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 84 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.28 |
| HSL | 2.4º | 0.41% | 0.53% | - |
| HSV(B) | 2.4º | 0.54% | 0.72% | - |
| XYZ | 24.86 | 17.81 | 10.52 | - |
| YUV | 116.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 84 | 0 | 0.52 | 0.54 | 0.28 | 2.4 | 0.41 | 0.53 |
| Hex | B8 | 58 | 54 | 0 | 34 | 36 | 1C | 2 | 29 | 35 |
| Octal | 270 | 130 | 124 | 0 | 64 | 66 | 34 | 2 | 51 | 65 |
| Binary | 10111000 | 1011000 | 1010100 | 0 | 110100 | 110110 | 11100 | 10 | 101001 | 110101 |
Color Harmonies of #B85854
Complementary color
Monochromatic Colors of #B85854
Black with #B85854
Text Example
Text Example
White with #B85854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85854; }
p { color: rgb(184,88,84); }
H1.HeaderClassName
{
color: #B85854;
}
.AnyTagClassName
{
color: #B85854;
}
</style>
background-color css
<style>
a { background-color: #B85854; }
a { background-color: rgb(184,88,84); }
div.DivClassName
{
background-color: #B85854;
}
.BgClassName
{
background-color: #B85854;
}
</style>
border-color css
<style>
span { border-color: #B85854; }
span { border-color: rgb(184,88,84); }
td.TdClassName
{
border-color: #B85854;
}
.TagClassName
{
border-color: #B85854;
}
</style>