Shades of Fuzzy Wuzzy Brown #BA5D5A
Tints of Fuzzy Wuzzy Brown #BA5D5A
RGB
CMYK
RGB Variations
Color information
#BA5D5A (or 0xBA5D5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5D and 5A. RGB value is (186,93,90). Sum of RGB (Red+Green+Blue) = 186+93+90=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D5A is #45A2A5. Grayscale: #787878. Windows color (decimal): -4563622 or 5922234. OLE color: 5922234.
HSL color Cylindrical-coordinate representation of color #BA5D5A: hue angle of 1.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5D5A is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 90 | - |
| CMYK | 0 | 0.5 | 0.52 | 0.27 |
| HSL | 1.88º | 0.41% | 0.54% | - |
| HSV(B) | 1.88º | 0.52% | 0.73% | - |
| XYZ | 26.01 | 19.01 | 11.97 | - |
| YUV | 120.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 90 | 0 | 0.5 | 0.52 | 0.27 | 1.88 | 0.41 | 0.54 |
| Hex | BA | 5D | 5A | 0 | 32 | 34 | 1B | 2 | 29 | 36 |
| Octal | 272 | 135 | 132 | 0 | 62 | 64 | 33 | 2 | 51 | 66 |
| Binary | 10111010 | 1011101 | 1011010 | 0 | 110010 | 110100 | 11011 | 10 | 101001 | 110110 |
Color Harmonies of #BA5D5A
Complementary color
Monochromatic Colors of #BA5D5A
Black with #BA5D5A
Text Example
Text Example
White with #BA5D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D5A; }
p { color: rgb(186,93,90); }
H1.HeaderClassName
{
color: #BA5D5A;
}
.AnyTagClassName
{
color: #BA5D5A;
}
</style>
background-color css
<style>
a { background-color: #BA5D5A; }
a { background-color: rgb(186,93,90); }
div.DivClassName
{
background-color: #BA5D5A;
}
.BgClassName
{
background-color: #BA5D5A;
}
</style>
border-color css
<style>
span { border-color: #BA5D5A; }
span { border-color: rgb(186,93,90); }
td.TdClassName
{
border-color: #BA5D5A;
}
.TagClassName
{
border-color: #BA5D5A;
}
</style>