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