Shades of Fuzzy Wuzzy Brown #BA5653
Tints of Fuzzy Wuzzy Brown #BA5653
RGB
CMYK
RGB Variations
Color information
#BA5653 (or 0xBA5653) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 56 and 53. RGB value is (186,86,83). Sum of RGB (Red+Green+Blue) = 186+86+83=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5653 is #45A9AC. Grayscale: #737373. Windows color (decimal): -4565421 or 5461690. OLE color: 5461690.
HSL color Cylindrical-coordinate representation of color #BA5653: hue angle of 1.75º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5653 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 83 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.27 |
| HSL | 1.75º | 0.43% | 0.53% | - |
| HSV(B) | 1.75º | 0.55% | 0.73% | - |
| XYZ | 25.14 | 17.72 | 10.28 | - |
| YUV | 115.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 83 | 0 | 0.54 | 0.55 | 0.27 | 1.75 | 0.43 | 0.53 |
| Hex | BA | 56 | 53 | 0 | 36 | 37 | 1B | 2 | 2B | 35 |
| Octal | 272 | 126 | 123 | 0 | 66 | 67 | 33 | 2 | 53 | 65 |
| Binary | 10111010 | 1010110 | 1010011 | 0 | 110110 | 110111 | 11011 | 10 | 101011 | 110101 |
Color Harmonies of #BA5653
Complementary color
Monochromatic Colors of #BA5653
Black with #BA5653
Text Example
Text Example
White with #BA5653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5653; }
p { color: rgb(186,86,83); }
H1.HeaderClassName
{
color: #BA5653;
}
.AnyTagClassName
{
color: #BA5653;
}
</style>
background-color css
<style>
a { background-color: #BA5653; }
a { background-color: rgb(186,86,83); }
div.DivClassName
{
background-color: #BA5653;
}
.BgClassName
{
background-color: #BA5653;
}
</style>
border-color css
<style>
span { border-color: #BA5653; }
span { border-color: rgb(186,86,83); }
td.TdClassName
{
border-color: #BA5653;
}
.TagClassName
{
border-color: #BA5653;
}
</style>