Shades of Fuzzy Wuzzy Brown #B55959
Tints of Fuzzy Wuzzy Brown #B55959
RGB
CMYK
RGB Variations
Color information
#B55959 (or 0xB55959) is known color: Fuzzy Wuzzy Brown. HEX triplet: B5, 59 and 59. RGB value is (181,89,89). Sum of RGB (Red+Green+Blue) = 181+89+89=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B55959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55959 is #4AA6A6. Grayscale: #747474. Windows color (decimal): -4892327 or 5855669. OLE color: 5855669.
HSL color Cylindrical-coordinate representation of color #B55959: hue angle of 0º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55959 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 89 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.29 |
| HSL | 0º | 0.38% | 0.53% | - |
| HSV(B) | 0º | 0.51% | 0.71% | - |
| XYZ | 24.43 | 17.69 | 11.58 | - |
| YUV | 116.51 | 112.48 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 89 | 0 | 0.51 | 0.51 | 0.29 | 0 | 0.38 | 0.53 |
| Hex | B5 | 59 | 59 | 0 | 33 | 33 | 1D | 0 | 26 | 35 |
| Octal | 265 | 131 | 131 | 0 | 63 | 63 | 35 | 0 | 46 | 65 |
| Binary | 10110101 | 1011001 | 1011001 | 0 | 110011 | 110011 | 11101 | 0 | 100110 | 110101 |
Color Harmonies of #B55959
Complementary color
Monochromatic Colors of #B55959
Black with #B55959
Text Example
Text Example
White with #B55959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55959; }
p { color: rgb(181,89,89); }
H1.HeaderClassName
{
color: #B55959;
}
.AnyTagClassName
{
color: #B55959;
}
</style>
background-color css
<style>
a { background-color: #B55959; }
a { background-color: rgb(181,89,89); }
div.DivClassName
{
background-color: #B55959;
}
.BgClassName
{
background-color: #B55959;
}
</style>
border-color css
<style>
span { border-color: #B55959; }
span { border-color: rgb(181,89,89); }
td.TdClassName
{
border-color: #B55959;
}
.TagClassName
{
border-color: #B55959;
}
</style>