Shades of Fuzzy Wuzzy Brown #B55D57
Tints of Fuzzy Wuzzy Brown #B55D57
RGB
CMYK
RGB Variations
Color information
#B55D57 (or 0xB55D57) is known color: Fuzzy Wuzzy Brown. HEX triplet: B5, 5D and 57. RGB value is (181,93,87). Sum of RGB (Red+Green+Blue) = 181+93+87=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D57 is #4AA2A8. Grayscale: #767676. Windows color (decimal): -4891305 or 5725621. OLE color: 5725621.
HSL color Cylindrical-coordinate representation of color #B55D57: hue angle of 3.83º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55D57 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 87 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.29 |
| HSL | 3.83º | 0.39% | 0.53% | - |
| HSV(B) | 3.83º | 0.52% | 0.71% | - |
| XYZ | 24.69 | 18.34 | 11.26 | - |
| YUV | 118.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 87 | 0 | 0.49 | 0.52 | 0.29 | 3.83 | 0.39 | 0.53 |
| Hex | B5 | 5D | 57 | 0 | 31 | 34 | 1D | 4 | 27 | 35 |
| Octal | 265 | 135 | 127 | 0 | 61 | 64 | 35 | 4 | 47 | 65 |
| Binary | 10110101 | 1011101 | 1010111 | 0 | 110001 | 110100 | 11101 | 100 | 100111 | 110101 |
Color Harmonies of #B55D57
Complementary color
Monochromatic Colors of #B55D57
Black with #B55D57
Text Example
Text Example
White with #B55D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55D57; }
p { color: rgb(181,93,87); }
H1.HeaderClassName
{
color: #B55D57;
}
.AnyTagClassName
{
color: #B55D57;
}
</style>
background-color css
<style>
a { background-color: #B55D57; }
a { background-color: rgb(181,93,87); }
div.DivClassName
{
background-color: #B55D57;
}
.BgClassName
{
background-color: #B55D57;
}
</style>
border-color css
<style>
span { border-color: #B55D57; }
span { border-color: rgb(181,93,87); }
td.TdClassName
{
border-color: #B55D57;
}
.TagClassName
{
border-color: #B55D57;
}
</style>