Shades of Fuzzy Wuzzy Brown #BA5B5A
Tints of Fuzzy Wuzzy Brown #BA5B5A
RGB
CMYK
RGB Variations
Color information
#BA5B5A (or 0xBA5B5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5B and 5A. RGB value is (186,91,90). Sum of RGB (Red+Green+Blue) = 186+91+90=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B5A is #45A4A5. Grayscale: #777777. Windows color (decimal): -4564134 or 5921722. OLE color: 5921722.
HSL color Cylindrical-coordinate representation of color #BA5B5A: hue angle of 0.62º 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 #BA5B5A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 90 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.27 |
| HSL | 0.63º | 0.41% | 0.54% | - |
| HSV(B) | 0.63º | 0.52% | 0.73% | - |
| XYZ | 25.84 | 18.66 | 11.91 | - |
| YUV | 119.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 90 | 0 | 0.51 | 0.52 | 0.27 | 0.63 | 0.41 | 0.54 |
| Hex | BA | 5B | 5A | 0 | 33 | 34 | 1B | 1 | 29 | 36 |
| Octal | 272 | 133 | 132 | 0 | 63 | 64 | 33 | 1 | 51 | 66 |
| Binary | 10111010 | 1011011 | 1011010 | 0 | 110011 | 110100 | 11011 | 1 | 101001 | 110110 |
Color Harmonies of #BA5B5A
Complementary color
Monochromatic Colors of #BA5B5A
Black with #BA5B5A
Text Example
Text Example
White with #BA5B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B5A; }
p { color: rgb(186,91,90); }
H1.HeaderClassName
{
color: #BA5B5A;
}
.AnyTagClassName
{
color: #BA5B5A;
}
</style>
background-color css
<style>
a { background-color: #BA5B5A; }
a { background-color: rgb(186,91,90); }
div.DivClassName
{
background-color: #BA5B5A;
}
.BgClassName
{
background-color: #BA5B5A;
}
</style>
border-color css
<style>
span { border-color: #BA5B5A; }
span { border-color: rgb(186,91,90); }
td.TdClassName
{
border-color: #BA5B5A;
}
.TagClassName
{
border-color: #BA5B5A;
}
</style>