Shades of Fuzzy Wuzzy Brown #B85B5A
Tints of Fuzzy Wuzzy Brown #B85B5A
RGB
CMYK
RGB Variations
Color information
#B85B5A (or 0xB85B5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 5B and 5A. RGB value is (184,91,90). Sum of RGB (Red+Green+Blue) = 184+91+90=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85B5A is #47A4A5. Grayscale: #767676. Windows color (decimal): -4695206 or 5921720. OLE color: 5921720.
HSL color Cylindrical-coordinate representation of color #B85B5A: hue angle of 0.64º 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 #B85B5A is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 91 | 90 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.28 |
| HSL | 0.64º | 0.4% | 0.54% | - |
| HSV(B) | 0.64º | 0.51% | 0.72% | - |
| XYZ | 25.35 | 18.41 | 11.89 | - |
| YUV | 118.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 90 | 0 | 0.51 | 0.51 | 0.28 | 0.64 | 0.4 | 0.54 |
| Hex | B8 | 5B | 5A | 0 | 33 | 33 | 1C | 1 | 28 | 36 |
| Octal | 270 | 133 | 132 | 0 | 63 | 63 | 34 | 1 | 50 | 66 |
| Binary | 10111000 | 1011011 | 1011010 | 0 | 110011 | 110011 | 11100 | 1 | 101000 | 110110 |
Color Harmonies of #B85B5A
Complementary color
Monochromatic Colors of #B85B5A
Black with #B85B5A
Text Example
Text Example
White with #B85B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85B5A; }
p { color: rgb(184,91,90); }
H1.HeaderClassName
{
color: #B85B5A;
}
.AnyTagClassName
{
color: #B85B5A;
}
</style>
background-color css
<style>
a { background-color: #B85B5A; }
a { background-color: rgb(184,91,90); }
div.DivClassName
{
background-color: #B85B5A;
}
.BgClassName
{
background-color: #B85B5A;
}
</style>
border-color css
<style>
span { border-color: #B85B5A; }
span { border-color: rgb(184,91,90); }
td.TdClassName
{
border-color: #B85B5A;
}
.TagClassName
{
border-color: #B85B5A;
}
</style>