Shades of Fuzzy Wuzzy Brown #B85E5C
Tints of Fuzzy Wuzzy Brown #B85E5C
RGB
CMYK
RGB Variations
Color information
#B85E5C (or 0xB85E5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 5E and 5C. RGB value is (184,94,92). Sum of RGB (Red+Green+Blue) = 184+94+92=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E5C is #47A1A3. Grayscale: #787878. Windows color (decimal): -4694436 or 6053560. OLE color: 6053560.
HSL color Cylindrical-coordinate representation of color #B85E5C: hue angle of 1.3º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85E5C is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 92 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.28 |
| HSL | 1.3º | 0.39% | 0.54% | - |
| HSV(B) | 1.3º | 0.5% | 0.72% | - |
| XYZ | 25.7 | 18.97 | 12.43 | - |
| YUV | 120.68 | 111.82 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 92 | 0 | 0.49 | 0.50 | 0.28 | 1.3 | 0.39 | 0.54 |
| Hex | B8 | 5E | 5C | 0 | 31 | 32 | 1C | 1 | 27 | 36 |
| Octal | 270 | 136 | 134 | 0 | 61 | 62 | 34 | 1 | 47 | 66 |
| Binary | 10111000 | 1011110 | 1011100 | 0 | 110001 | 110010 | 11100 | 1 | 100111 | 110110 |
Color Harmonies of #B85E5C
Complementary color
Monochromatic Colors of #B85E5C
Black with #B85E5C
Text Example
Text Example
White with #B85E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E5C; }
p { color: rgb(184,94,92); }
H1.HeaderClassName
{
color: #B85E5C;
}
.AnyTagClassName
{
color: #B85E5C;
}
</style>
background-color css
<style>
a { background-color: #B85E5C; }
a { background-color: rgb(184,94,92); }
div.DivClassName
{
background-color: #B85E5C;
}
.BgClassName
{
background-color: #B85E5C;
}
</style>
border-color css
<style>
span { border-color: #B85E5C; }
span { border-color: rgb(184,94,92); }
td.TdClassName
{
border-color: #B85E5C;
}
.TagClassName
{
border-color: #B85E5C;
}
</style>