Shades of Fuzzy Wuzzy Brown #BA5353
Tints of Fuzzy Wuzzy Brown #BA5353
RGB
CMYK
RGB Variations
Color information
#BA5353 (or 0xBA5353) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 53 and 53. RGB value is (186,83,83). Sum of RGB (Red+Green+Blue) = 186+83+83=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5353 is #45ACAC. Grayscale: #717171. Windows color (decimal): -4566189 or 5460922. OLE color: 5460922.
HSL color Cylindrical-coordinate representation of color #BA5353: hue angle of 0º 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 #BA5353 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 83 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.27 |
| HSL | 0º | 0.43% | 0.53% | - |
| HSV(B) | 0º | 0.55% | 0.73% | - |
| XYZ | 24.9 | 17.25 | 10.2 | - |
| YUV | 113.8 | 110.62 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 83 | 0 | 0.55 | 0.55 | 0.27 | 0 | 0.43 | 0.53 |
| Hex | BA | 53 | 53 | 0 | 37 | 37 | 1B | 0 | 2B | 35 |
| Octal | 272 | 123 | 123 | 0 | 67 | 67 | 33 | 0 | 53 | 65 |
| Binary | 10111010 | 1010011 | 1010011 | 0 | 110111 | 110111 | 11011 | 0 | 101011 | 110101 |
Color Harmonies of #BA5353
Complementary color
Monochromatic Colors of #BA5353
Black with #BA5353
Text Example
Text Example
White with #BA5353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5353; }
p { color: rgb(186,83,83); }
H1.HeaderClassName
{
color: #BA5353;
}
.AnyTagClassName
{
color: #BA5353;
}
</style>
background-color css
<style>
a { background-color: #BA5353; }
a { background-color: rgb(186,83,83); }
div.DivClassName
{
background-color: #BA5353;
}
.BgClassName
{
background-color: #BA5353;
}
</style>
border-color css
<style>
span { border-color: #BA5353; }
span { border-color: rgb(186,83,83); }
td.TdClassName
{
border-color: #BA5353;
}
.TagClassName
{
border-color: #BA5353;
}
</style>