Shades of Fuzzy Wuzzy Brown #BA5756
Tints of Fuzzy Wuzzy Brown #BA5756
RGB
CMYK
RGB Variations
Color information
#BA5756 (or 0xBA5756) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 57 and 56. RGB value is (186,87,86). Sum of RGB (Red+Green+Blue) = 186+87+86=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5756 is #45A8A9. Grayscale: #747474. Windows color (decimal): -4565162 or 5658554. OLE color: 5658554.
HSL color Cylindrical-coordinate representation of color #BA5756: hue angle of 0.6º 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 #BA5756 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 86 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.27 |
| HSL | 0.6º | 0.42% | 0.53% | - |
| HSV(B) | 0.6º | 0.54% | 0.73% | - |
| XYZ | 25.34 | 17.93 | 10.93 | - |
| YUV | 116.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 86 | 0 | 0.53 | 0.54 | 0.27 | 0.6 | 0.42 | 0.53 |
| Hex | BA | 57 | 56 | 0 | 35 | 36 | 1B | 1 | 2A | 35 |
| Octal | 272 | 127 | 126 | 0 | 65 | 66 | 33 | 1 | 52 | 65 |
| Binary | 10111010 | 1010111 | 1010110 | 0 | 110101 | 110110 | 11011 | 1 | 101010 | 110101 |
Color Harmonies of #BA5756
Complementary color
Monochromatic Colors of #BA5756
Black with #BA5756
Text Example
Text Example
White with #BA5756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5756; }
p { color: rgb(186,87,86); }
H1.HeaderClassName
{
color: #BA5756;
}
.AnyTagClassName
{
color: #BA5756;
}
</style>
background-color css
<style>
a { background-color: #BA5756; }
a { background-color: rgb(186,87,86); }
div.DivClassName
{
background-color: #BA5756;
}
.BgClassName
{
background-color: #BA5756;
}
</style>
border-color css
<style>
span { border-color: #BA5756; }
span { border-color: rgb(186,87,86); }
td.TdClassName
{
border-color: #BA5756;
}
.TagClassName
{
border-color: #BA5756;
}
</style>