Shades of Fuzzy Wuzzy Brown #BA5E58
Tints of Fuzzy Wuzzy Brown #BA5E58
RGB
CMYK
RGB Variations
Color information
#BA5E58 (or 0xBA5E58) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5E and 58. RGB value is (186,94,88). Sum of RGB (Red+Green+Blue) = 186+94+88=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E58 is #45A1A7. Grayscale: #787878. Windows color (decimal): -4563368 or 5791418. OLE color: 5791418.
HSL color Cylindrical-coordinate representation of color #BA5E58: hue angle of 3.67º 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 #BA5E58 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 88 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.27 |
| HSL | 3.67º | 0.42% | 0.54% | - |
| HSV(B) | 3.67º | 0.53% | 0.73% | - |
| XYZ | 26.01 | 19.15 | 11.56 | - |
| YUV | 120.82 | 109.48 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 88 | 0 | 0.49 | 0.53 | 0.27 | 3.67 | 0.42 | 0.54 |
| Hex | BA | 5E | 58 | 0 | 31 | 35 | 1B | 4 | 2A | 36 |
| Octal | 272 | 136 | 130 | 0 | 61 | 65 | 33 | 4 | 52 | 66 |
| Binary | 10111010 | 1011110 | 1011000 | 0 | 110001 | 110101 | 11011 | 100 | 101010 | 110110 |
Color Harmonies of #BA5E58
Complementary color
Monochromatic Colors of #BA5E58
Black with #BA5E58
Text Example
Text Example
White with #BA5E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E58; }
p { color: rgb(186,94,88); }
H1.HeaderClassName
{
color: #BA5E58;
}
.AnyTagClassName
{
color: #BA5E58;
}
</style>
background-color css
<style>
a { background-color: #BA5E58; }
a { background-color: rgb(186,94,88); }
div.DivClassName
{
background-color: #BA5E58;
}
.BgClassName
{
background-color: #BA5E58;
}
</style>
border-color css
<style>
span { border-color: #BA5E58; }
span { border-color: rgb(186,94,88); }
td.TdClassName
{
border-color: #BA5E58;
}
.TagClassName
{
border-color: #BA5E58;
}
</style>