Shades of Fuzzy Wuzzy Brown #BA5655
Tints of Fuzzy Wuzzy Brown #BA5655
RGB
CMYK
RGB Variations
Color information
#BA5655 (or 0xBA5655) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 56 and 55. RGB value is (186,86,85). Sum of RGB (Red+Green+Blue) = 186+86+85=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5655 is #45A9AA. Grayscale: #737373. Windows color (decimal): -4565419 or 5592762. OLE color: 5592762.
HSL color Cylindrical-coordinate representation of color #BA5655: hue angle of 0.59º 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 #BA5655 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 85 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.27 |
| HSL | 0.59º | 0.42% | 0.53% | - |
| HSV(B) | 0.59º | 0.54% | 0.73% | - |
| XYZ | 25.22 | 17.75 | 10.69 | - |
| YUV | 115.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 85 | 0 | 0.54 | 0.54 | 0.27 | 0.59 | 0.42 | 0.53 |
| Hex | BA | 56 | 55 | 0 | 36 | 36 | 1B | 1 | 2A | 35 |
| Octal | 272 | 126 | 125 | 0 | 66 | 66 | 33 | 1 | 52 | 65 |
| Binary | 10111010 | 1010110 | 1010101 | 0 | 110110 | 110110 | 11011 | 1 | 101010 | 110101 |
Color Harmonies of #BA5655
Complementary color
Monochromatic Colors of #BA5655
Black with #BA5655
Text Example
Text Example
White with #BA5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5655; }
p { color: rgb(186,86,85); }
H1.HeaderClassName
{
color: #BA5655;
}
.AnyTagClassName
{
color: #BA5655;
}
</style>
background-color css
<style>
a { background-color: #BA5655; }
a { background-color: rgb(186,86,85); }
div.DivClassName
{
background-color: #BA5655;
}
.BgClassName
{
background-color: #BA5655;
}
</style>
border-color css
<style>
span { border-color: #BA5655; }
span { border-color: rgb(186,86,85); }
td.TdClassName
{
border-color: #BA5655;
}
.TagClassName
{
border-color: #BA5655;
}
</style>