Shades of Fuzzy Wuzzy Brown #BA5D58
Tints of Fuzzy Wuzzy Brown #BA5D58
RGB
CMYK
RGB Variations
Color information
#BA5D58 (or 0xBA5D58) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5D and 58. RGB value is (186,93,88). Sum of RGB (Red+Green+Blue) = 186+93+88=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D58 is #45A2A7. Grayscale: #787878. Windows color (decimal): -4563624 or 5791162. OLE color: 5791162.
HSL color Cylindrical-coordinate representation of color #BA5D58: hue angle of 3.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5D58 is Cyan = 0, Magento = 0.5, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 88 | - |
| CMYK | 0 | 0.5 | 0.53 | 0.27 |
| HSL | 3.06º | 0.42% | 0.54% | - |
| HSV(B) | 3.06º | 0.53% | 0.73% | - |
| XYZ | 25.93 | 18.97 | 11.53 | - |
| YUV | 120.24 | 109.81 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 88 | 0 | 0.5 | 0.53 | 0.27 | 3.06 | 0.42 | 0.54 |
| Hex | BA | 5D | 58 | 0 | 32 | 35 | 1B | 3 | 2A | 36 |
| Octal | 272 | 135 | 130 | 0 | 62 | 65 | 33 | 3 | 52 | 66 |
| Binary | 10111010 | 1011101 | 1011000 | 0 | 110010 | 110101 | 11011 | 11 | 101010 | 110110 |
Color Harmonies of #BA5D58
Complementary color
Monochromatic Colors of #BA5D58
Black with #BA5D58
Text Example
Text Example
White with #BA5D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D58; }
p { color: rgb(186,93,88); }
H1.HeaderClassName
{
color: #BA5D58;
}
.AnyTagClassName
{
color: #BA5D58;
}
</style>
background-color css
<style>
a { background-color: #BA5D58; }
a { background-color: rgb(186,93,88); }
div.DivClassName
{
background-color: #BA5D58;
}
.BgClassName
{
background-color: #BA5D58;
}
</style>
border-color css
<style>
span { border-color: #BA5D58; }
span { border-color: rgb(186,93,88); }
td.TdClassName
{
border-color: #BA5D58;
}
.TagClassName
{
border-color: #BA5D58;
}
</style>