Shades of Fuzzy Wuzzy Brown #BA5C5A
Tints of Fuzzy Wuzzy Brown #BA5C5A
RGB
CMYK
RGB Variations
Color information
#BA5C5A (or 0xBA5C5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5C and 5A. RGB value is (186,92,90). Sum of RGB (Red+Green+Blue) = 186+92+90=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C5A is #45A3A5. Grayscale: #777777. Windows color (decimal): -4563878 or 5921978. OLE color: 5921978.
HSL color Cylindrical-coordinate representation of color #BA5C5A: hue angle of 1.25º 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 #BA5C5A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 90 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.27 |
| HSL | 1.25º | 0.41% | 0.54% | - |
| HSV(B) | 1.25º | 0.52% | 0.73% | - |
| XYZ | 25.92 | 18.83 | 11.94 | - |
| YUV | 119.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 90 | 0 | 0.51 | 0.52 | 0.27 | 1.25 | 0.41 | 0.54 |
| Hex | BA | 5C | 5A | 0 | 33 | 34 | 1B | 1 | 29 | 36 |
| Octal | 272 | 134 | 132 | 0 | 63 | 64 | 33 | 1 | 51 | 66 |
| Binary | 10111010 | 1011100 | 1011010 | 0 | 110011 | 110100 | 11011 | 1 | 101001 | 110110 |
Color Harmonies of #BA5C5A
Complementary color
Monochromatic Colors of #BA5C5A
Black with #BA5C5A
Text Example
Text Example
White with #BA5C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C5A; }
p { color: rgb(186,92,90); }
H1.HeaderClassName
{
color: #BA5C5A;
}
.AnyTagClassName
{
color: #BA5C5A;
}
</style>
background-color css
<style>
a { background-color: #BA5C5A; }
a { background-color: rgb(186,92,90); }
div.DivClassName
{
background-color: #BA5C5A;
}
.BgClassName
{
background-color: #BA5C5A;
}
</style>
border-color css
<style>
span { border-color: #BA5C5A; }
span { border-color: rgb(186,92,90); }
td.TdClassName
{
border-color: #BA5C5A;
}
.TagClassName
{
border-color: #BA5C5A;
}
</style>