Shades of Fuzzy Wuzzy Brown #B55E5C
Tints of Fuzzy Wuzzy Brown #B55E5C
RGB
CMYK
RGB Variations
Color information
#B55E5C (or 0xB55E5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: B5, 5E and 5C. RGB value is (181,94,92). Sum of RGB (Red+Green+Blue) = 181+94+92=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E5C is #4AA1A3. Grayscale: #777777. Windows color (decimal): -4891044 or 6053557. OLE color: 6053557.
HSL color Cylindrical-coordinate representation of color #B55E5C: hue angle of 1.35º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55E5C is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 92 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.29 |
| HSL | 1.35º | 0.38% | 0.54% | - |
| HSV(B) | 1.35º | 0.49% | 0.71% | - |
| XYZ | 24.99 | 18.6 | 12.4 | - |
| YUV | 119.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 92 | 0 | 0.48 | 0.49 | 0.29 | 1.35 | 0.38 | 0.54 |
| Hex | B5 | 5E | 5C | 0 | 30 | 31 | 1D | 1 | 26 | 36 |
| Octal | 265 | 136 | 134 | 0 | 60 | 61 | 35 | 1 | 46 | 66 |
| Binary | 10110101 | 1011110 | 1011100 | 0 | 110000 | 110001 | 11101 | 1 | 100110 | 110110 |
Color Harmonies of #B55E5C
Complementary color
Monochromatic Colors of #B55E5C
Black with #B55E5C
Text Example
Text Example
White with #B55E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E5C; }
p { color: rgb(181,94,92); }
H1.HeaderClassName
{
color: #B55E5C;
}
.AnyTagClassName
{
color: #B55E5C;
}
</style>
background-color css
<style>
a { background-color: #B55E5C; }
a { background-color: rgb(181,94,92); }
div.DivClassName
{
background-color: #B55E5C;
}
.BgClassName
{
background-color: #B55E5C;
}
</style>
border-color css
<style>
span { border-color: #B55E5C; }
span { border-color: rgb(181,94,92); }
td.TdClassName
{
border-color: #B55E5C;
}
.TagClassName
{
border-color: #B55E5C;
}
</style>