Shades of Fuzzy Wuzzy Brown #B85C5A
Tints of Fuzzy Wuzzy Brown #B85C5A
RGB
CMYK
RGB Variations
Color information
#B85C5A (or 0xB85C5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 5C and 5A. RGB value is (184,92,90). Sum of RGB (Red+Green+Blue) = 184+92+90=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85C5A is #47A3A5. Grayscale: #777777. Windows color (decimal): -4694950 or 5921976. OLE color: 5921976.
HSL color Cylindrical-coordinate representation of color #B85C5A: hue angle of 1.28º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85C5A is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 90 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.28 |
| HSL | 1.28º | 0.4% | 0.54% | - |
| HSV(B) | 1.28º | 0.51% | 0.72% | - |
| XYZ | 25.44 | 18.58 | 11.92 | - |
| YUV | 119.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 90 | 0 | 0.50 | 0.51 | 0.28 | 1.28 | 0.4 | 0.54 |
| Hex | B8 | 5C | 5A | 0 | 32 | 33 | 1C | 1 | 28 | 36 |
| Octal | 270 | 134 | 132 | 0 | 62 | 63 | 34 | 1 | 50 | 66 |
| Binary | 10111000 | 1011100 | 1011010 | 0 | 110010 | 110011 | 11100 | 1 | 101000 | 110110 |
Color Harmonies of #B85C5A
Complementary color
Monochromatic Colors of #B85C5A
Black with #B85C5A
Text Example
Text Example
White with #B85C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C5A; }
p { color: rgb(184,92,90); }
H1.HeaderClassName
{
color: #B85C5A;
}
.AnyTagClassName
{
color: #B85C5A;
}
</style>
background-color css
<style>
a { background-color: #B85C5A; }
a { background-color: rgb(184,92,90); }
div.DivClassName
{
background-color: #B85C5A;
}
.BgClassName
{
background-color: #B85C5A;
}
</style>
border-color css
<style>
span { border-color: #B85C5A; }
span { border-color: rgb(184,92,90); }
td.TdClassName
{
border-color: #B85C5A;
}
.TagClassName
{
border-color: #B85C5A;
}
</style>