Shades of Fuzzy Wuzzy Brown #BA5B57
Tints of Fuzzy Wuzzy Brown #BA5B57
RGB
CMYK
RGB Variations
Color information
#BA5B57 (or 0xBA5B57) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5B and 57. RGB value is (186,91,87). Sum of RGB (Red+Green+Blue) = 186+91+87=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B57 is #45A4A8. Grayscale: #777777. Windows color (decimal): -4564137 or 5725114. OLE color: 5725114.
HSL color Cylindrical-coordinate representation of color #BA5B57: hue angle of 2.42º 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 #BA5B57 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 87 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.27 |
| HSL | 2.42º | 0.42% | 0.54% | - |
| HSV(B) | 2.42º | 0.53% | 0.73% | - |
| XYZ | 25.71 | 18.61 | 11.25 | - |
| YUV | 118.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 87 | 0 | 0.51 | 0.53 | 0.27 | 2.42 | 0.42 | 0.54 |
| Hex | BA | 5B | 57 | 0 | 33 | 35 | 1B | 2 | 2A | 36 |
| Octal | 272 | 133 | 127 | 0 | 63 | 65 | 33 | 2 | 52 | 66 |
| Binary | 10111010 | 1011011 | 1010111 | 0 | 110011 | 110101 | 11011 | 10 | 101010 | 110110 |
Color Harmonies of #BA5B57
Complementary color
Monochromatic Colors of #BA5B57
Black with #BA5B57
Text Example
Text Example
White with #BA5B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B57; }
p { color: rgb(186,91,87); }
H1.HeaderClassName
{
color: #BA5B57;
}
.AnyTagClassName
{
color: #BA5B57;
}
</style>
background-color css
<style>
a { background-color: #BA5B57; }
a { background-color: rgb(186,91,87); }
div.DivClassName
{
background-color: #BA5B57;
}
.BgClassName
{
background-color: #BA5B57;
}
</style>
border-color css
<style>
span { border-color: #BA5B57; }
span { border-color: rgb(186,91,87); }
td.TdClassName
{
border-color: #BA5B57;
}
.TagClassName
{
border-color: #BA5B57;
}
</style>