Shades of Fuzzy Wuzzy Brown #B55C5C
Tints of Fuzzy Wuzzy Brown #B55C5C
RGB
CMYK
RGB Variations
Color information
#B55C5C (or 0xB55C5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: B5, 5C and 5C. RGB value is (181,92,92). Sum of RGB (Red+Green+Blue) = 181+92+92=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C5C is #4AA3A3. Grayscale: #767676. Windows color (decimal): -4891556 or 6053045. OLE color: 6053045.
HSL color Cylindrical-coordinate representation of color #B55C5C: hue angle of 0º 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 #B55C5C is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 92 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.29 |
| HSL | 0º | 0.38% | 0.54% | - |
| HSV(B) | 0º | 0.49% | 0.71% | - |
| XYZ | 24.81 | 18.25 | 12.34 | - |
| YUV | 118.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 92 | 0 | 0.49 | 0.49 | 0.29 | 0 | 0.38 | 0.54 |
| Hex | B5 | 5C | 5C | 0 | 31 | 31 | 1D | 0 | 26 | 36 |
| Octal | 265 | 134 | 134 | 0 | 61 | 61 | 35 | 0 | 46 | 66 |
| Binary | 10110101 | 1011100 | 1011100 | 0 | 110001 | 110001 | 11101 | 0 | 100110 | 110110 |
Color Harmonies of #B55C5C
Complementary color
Monochromatic Colors of #B55C5C
Black with #B55C5C
Text Example
Text Example
White with #B55C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C5C; }
p { color: rgb(181,92,92); }
H1.HeaderClassName
{
color: #B55C5C;
}
.AnyTagClassName
{
color: #B55C5C;
}
</style>
background-color css
<style>
a { background-color: #B55C5C; }
a { background-color: rgb(181,92,92); }
div.DivClassName
{
background-color: #B55C5C;
}
.BgClassName
{
background-color: #B55C5C;
}
</style>
border-color css
<style>
span { border-color: #B55C5C; }
span { border-color: rgb(181,92,92); }
td.TdClassName
{
border-color: #B55C5C;
}
.TagClassName
{
border-color: #B55C5C;
}
</style>