Shades of Fuzzy Wuzzy Brown #BA5F5D
Tints of Fuzzy Wuzzy Brown #BA5F5D
RGB
CMYK
RGB Variations
Color information
#BA5F5D (or 0xBA5F5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5F and 5D. RGB value is (186,95,93). Sum of RGB (Red+Green+Blue) = 186+95+93=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F5D is #45A0A2. Grayscale: #7A7A7A. Windows color (decimal): -4563107 or 6119354. OLE color: 6119354.
HSL color Cylindrical-coordinate representation of color #BA5F5D: hue angle of 1.29º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5F5D is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 93 | - |
| CMYK | 0 | 0.49 | 0.5 | 0.27 |
| HSL | 1.29º | 0.4% | 0.55% | - |
| HSV(B) | 1.29º | 0.5% | 0.73% | - |
| XYZ | 26.32 | 19.41 | 12.72 | - |
| YUV | 121.98 | 111.65 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 93 | 0 | 0.49 | 0.5 | 0.27 | 1.29 | 0.4 | 0.55 |
| Hex | BA | 5F | 5D | 0 | 31 | 32 | 1B | 1 | 28 | 37 |
| Octal | 272 | 137 | 135 | 0 | 61 | 62 | 33 | 1 | 50 | 67 |
| Binary | 10111010 | 1011111 | 1011101 | 0 | 110001 | 110010 | 11011 | 1 | 101000 | 110111 |
Color Harmonies of #BA5F5D
Complementary color
Monochromatic Colors of #BA5F5D
Black with #BA5F5D
Text Example
Text Example
White with #BA5F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F5D; }
p { color: rgb(186,95,93); }
H1.HeaderClassName
{
color: #BA5F5D;
}
.AnyTagClassName
{
color: #BA5F5D;
}
</style>
background-color css
<style>
a { background-color: #BA5F5D; }
a { background-color: rgb(186,95,93); }
div.DivClassName
{
background-color: #BA5F5D;
}
.BgClassName
{
background-color: #BA5F5D;
}
</style>
border-color css
<style>
span { border-color: #BA5F5D; }
span { border-color: rgb(186,95,93); }
td.TdClassName
{
border-color: #BA5F5D;
}
.TagClassName
{
border-color: #BA5F5D;
}
</style>