Shades of Fuzzy Wuzzy Brown #B55956
Tints of Fuzzy Wuzzy Brown #B55956
RGB
CMYK
RGB Variations
Color information
#B55956 (or 0xB55956) is known color: Fuzzy Wuzzy Brown. HEX triplet: B5, 59 and 56. RGB value is (181,89,86). Sum of RGB (Red+Green+Blue) = 181+89+86=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B55956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55956 is #4AA6A9. Grayscale: #747474. Windows color (decimal): -4892330 or 5659061. OLE color: 5659061.
HSL color Cylindrical-coordinate representation of color #B55956: hue angle of 1.89º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55956 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 86 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.29 |
| HSL | 1.89º | 0.39% | 0.52% | - |
| HSV(B) | 1.89º | 0.52% | 0.71% | - |
| XYZ | 24.31 | 17.64 | 10.93 | - |
| YUV | 116.17 | 110.98 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 86 | 0 | 0.51 | 0.52 | 0.29 | 1.89 | 0.39 | 0.52 |
| Hex | B5 | 59 | 56 | 0 | 33 | 34 | 1D | 2 | 27 | 34 |
| Octal | 265 | 131 | 126 | 0 | 63 | 64 | 35 | 2 | 47 | 64 |
| Binary | 10110101 | 1011001 | 1010110 | 0 | 110011 | 110100 | 11101 | 10 | 100111 | 110100 |
Color Harmonies of #B55956
Complementary color
Monochromatic Colors of #B55956
Black with #B55956
Text Example
Text Example
White with #B55956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55956; }
p { color: rgb(181,89,86); }
H1.HeaderClassName
{
color: #B55956;
}
.AnyTagClassName
{
color: #B55956;
}
</style>
background-color css
<style>
a { background-color: #B55956; }
a { background-color: rgb(181,89,86); }
div.DivClassName
{
background-color: #B55956;
}
.BgClassName
{
background-color: #B55956;
}
</style>
border-color css
<style>
span { border-color: #B55956; }
span { border-color: rgb(181,89,86); }
td.TdClassName
{
border-color: #B55956;
}
.TagClassName
{
border-color: #B55956;
}
</style>