Shades of Fuzzy Wuzzy Brown #BA5952
Tints of Fuzzy Wuzzy Brown #BA5952
RGB
CMYK
RGB Variations
Color information
#BA5952 (or 0xBA5952) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 59 and 52. RGB value is (186,89,82). Sum of RGB (Red+Green+Blue) = 186+89+82=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5952 is #45A6AD. Grayscale: #757575. Windows color (decimal): -4564654 or 5396922. OLE color: 5396922.
HSL color Cylindrical-coordinate representation of color #BA5952: hue angle of 4.04º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5952 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 82 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.27 |
| HSL | 4.04º | 0.43% | 0.53% | - |
| HSV(B) | 4.04º | 0.56% | 0.73% | - |
| XYZ | 25.35 | 18.19 | 10.16 | - |
| YUV | 117.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 82 | 0 | 0.52 | 0.56 | 0.27 | 4.04 | 0.43 | 0.53 |
| Hex | BA | 59 | 52 | 0 | 34 | 38 | 1B | 4 | 2B | 35 |
| Octal | 272 | 131 | 122 | 0 | 64 | 70 | 33 | 4 | 53 | 65 |
| Binary | 10111010 | 1011001 | 1010010 | 0 | 110100 | 111000 | 11011 | 100 | 101011 | 110101 |
Color Harmonies of #BA5952
Complementary color
Monochromatic Colors of #BA5952
Black with #BA5952
Text Example
Text Example
White with #BA5952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5952; }
p { color: rgb(186,89,82); }
H1.HeaderClassName
{
color: #BA5952;
}
.AnyTagClassName
{
color: #BA5952;
}
</style>
background-color css
<style>
a { background-color: #BA5952; }
a { background-color: rgb(186,89,82); }
div.DivClassName
{
background-color: #BA5952;
}
.BgClassName
{
background-color: #BA5952;
}
</style>
border-color css
<style>
span { border-color: #BA5952; }
span { border-color: rgb(186,89,82); }
td.TdClassName
{
border-color: #BA5952;
}
.TagClassName
{
border-color: #BA5952;
}
</style>