Shades of Fuzzy Wuzzy Brown #BA5752
Tints of Fuzzy Wuzzy Brown #BA5752
RGB
CMYK
RGB Variations
Color information
#BA5752 (or 0xBA5752) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 57 and 52. RGB value is (186,87,82). Sum of RGB (Red+Green+Blue) = 186+87+82=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5752 is #45A8AD. Grayscale: #747474. Windows color (decimal): -4565166 or 5396410. OLE color: 5396410.
HSL color Cylindrical-coordinate representation of color #BA5752: hue angle of 2.88º 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 #BA5752 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 82 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.27 |
| HSL | 2.88º | 0.43% | 0.53% | - |
| HSV(B) | 2.88º | 0.56% | 0.73% | - |
| XYZ | 25.18 | 17.86 | 10.1 | - |
| YUV | 116.03 | 108.8 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 82 | 0 | 0.53 | 0.56 | 0.27 | 2.88 | 0.43 | 0.53 |
| Hex | BA | 57 | 52 | 0 | 35 | 38 | 1B | 3 | 2B | 35 |
| Octal | 272 | 127 | 122 | 0 | 65 | 70 | 33 | 3 | 53 | 65 |
| Binary | 10111010 | 1010111 | 1010010 | 0 | 110101 | 111000 | 11011 | 11 | 101011 | 110101 |
Color Harmonies of #BA5752
Complementary color
Monochromatic Colors of #BA5752
Black with #BA5752
Text Example
Text Example
White with #BA5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5752; }
p { color: rgb(186,87,82); }
H1.HeaderClassName
{
color: #BA5752;
}
.AnyTagClassName
{
color: #BA5752;
}
</style>
background-color css
<style>
a { background-color: #BA5752; }
a { background-color: rgb(186,87,82); }
div.DivClassName
{
background-color: #BA5752;
}
.BgClassName
{
background-color: #BA5752;
}
</style>
border-color css
<style>
span { border-color: #BA5752; }
span { border-color: rgb(186,87,82); }
td.TdClassName
{
border-color: #BA5752;
}
.TagClassName
{
border-color: #BA5752;
}
</style>