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