Shades of Fuzzy Wuzzy Brown #BA5B58
Tints of Fuzzy Wuzzy Brown #BA5B58
RGB
CMYK
RGB Variations
Color information
#BA5B58 (or 0xBA5B58) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5B and 58. RGB value is (186,91,88). Sum of RGB (Red+Green+Blue) = 186+91+88=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B58 is #45A4A7. Grayscale: #777777. Windows color (decimal): -4564136 or 5790650. OLE color: 5790650.
HSL color Cylindrical-coordinate representation of color #BA5B58: hue angle of 1.84º 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 #BA5B58 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 88 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.27 |
| HSL | 1.84º | 0.42% | 0.54% | - |
| HSV(B) | 1.84º | 0.53% | 0.73% | - |
| XYZ | 25.75 | 18.63 | 11.47 | - |
| YUV | 119.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 88 | 0 | 0.51 | 0.53 | 0.27 | 1.84 | 0.42 | 0.54 |
| Hex | BA | 5B | 58 | 0 | 33 | 35 | 1B | 2 | 2A | 36 |
| Octal | 272 | 133 | 130 | 0 | 63 | 65 | 33 | 2 | 52 | 66 |
| Binary | 10111010 | 1011011 | 1011000 | 0 | 110011 | 110101 | 11011 | 10 | 101010 | 110110 |
Color Harmonies of #BA5B58
Complementary color
Monochromatic Colors of #BA5B58
Black with #BA5B58
Text Example
Text Example
White with #BA5B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B58; }
p { color: rgb(186,91,88); }
H1.HeaderClassName
{
color: #BA5B58;
}
.AnyTagClassName
{
color: #BA5B58;
}
</style>
background-color css
<style>
a { background-color: #BA5B58; }
a { background-color: rgb(186,91,88); }
div.DivClassName
{
background-color: #BA5B58;
}
.BgClassName
{
background-color: #BA5B58;
}
</style>
border-color css
<style>
span { border-color: #BA5B58; }
span { border-color: rgb(186,91,88); }
td.TdClassName
{
border-color: #BA5B58;
}
.TagClassName
{
border-color: #BA5B58;
}
</style>