Shades of Fuzzy Wuzzy Brown #BA5955
Tints of Fuzzy Wuzzy Brown #BA5955
RGB
CMYK
RGB Variations
Color information
#BA5955 (or 0xBA5955) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 59 and 55. RGB value is (186,89,85). Sum of RGB (Red+Green+Blue) = 186+89+85=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5955 is #45A6AA. Grayscale: #757575. Windows color (decimal): -4564651 or 5593530. OLE color: 5593530.
HSL color Cylindrical-coordinate representation of color #BA5955: hue angle of 2.38º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5955 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 85 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.27 |
| HSL | 2.38º | 0.42% | 0.53% | - |
| HSV(B) | 2.38º | 0.54% | 0.73% | - |
| XYZ | 25.46 | 18.24 | 10.77 | - |
| YUV | 117.55 | 109.64 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 85 | 0 | 0.52 | 0.54 | 0.27 | 2.38 | 0.42 | 0.53 |
| Hex | BA | 59 | 55 | 0 | 34 | 36 | 1B | 2 | 2A | 35 |
| Octal | 272 | 131 | 125 | 0 | 64 | 66 | 33 | 2 | 52 | 65 |
| Binary | 10111010 | 1011001 | 1010101 | 0 | 110100 | 110110 | 11011 | 10 | 101010 | 110101 |
Color Harmonies of #BA5955
Complementary color
Monochromatic Colors of #BA5955
Black with #BA5955
Text Example
Text Example
White with #BA5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5955; }
p { color: rgb(186,89,85); }
H1.HeaderClassName
{
color: #BA5955;
}
.AnyTagClassName
{
color: #BA5955;
}
</style>
background-color css
<style>
a { background-color: #BA5955; }
a { background-color: rgb(186,89,85); }
div.DivClassName
{
background-color: #BA5955;
}
.BgClassName
{
background-color: #BA5955;
}
</style>
border-color css
<style>
span { border-color: #BA5955; }
span { border-color: rgb(186,89,85); }
td.TdClassName
{
border-color: #BA5955;
}
.TagClassName
{
border-color: #BA5955;
}
</style>