Shades of Fuzzy Wuzzy Brown #BA5B53
Tints of Fuzzy Wuzzy Brown #BA5B53
RGB
CMYK
RGB Variations
Color information
#BA5B53 (or 0xBA5B53) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5B and 53. RGB value is (186,91,83). Sum of RGB (Red+Green+Blue) = 186+91+83=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B53 is #45A4AC. Grayscale: #767676. Windows color (decimal): -4564141 or 5462970. OLE color: 5462970.
HSL color Cylindrical-coordinate representation of color #BA5B53: hue angle of 4.66º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5B53 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 83 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.27 |
| HSL | 4.66º | 0.43% | 0.53% | - |
| HSV(B) | 4.66º | 0.55% | 0.73% | - |
| XYZ | 25.55 | 18.55 | 10.42 | - |
| YUV | 118.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 83 | 0 | 0.51 | 0.55 | 0.27 | 4.66 | 0.43 | 0.53 |
| Hex | BA | 5B | 53 | 0 | 33 | 37 | 1B | 5 | 2B | 35 |
| Octal | 272 | 133 | 123 | 0 | 63 | 67 | 33 | 5 | 53 | 65 |
| Binary | 10111010 | 1011011 | 1010011 | 0 | 110011 | 110111 | 11011 | 101 | 101011 | 110101 |
Color Harmonies of #BA5B53
Complementary color
Monochromatic Colors of #BA5B53
Black with #BA5B53
Text Example
Text Example
White with #BA5B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B53; }
p { color: rgb(186,91,83); }
H1.HeaderClassName
{
color: #BA5B53;
}
.AnyTagClassName
{
color: #BA5B53;
}
</style>
background-color css
<style>
a { background-color: #BA5B53; }
a { background-color: rgb(186,91,83); }
div.DivClassName
{
background-color: #BA5B53;
}
.BgClassName
{
background-color: #BA5B53;
}
</style>
border-color css
<style>
span { border-color: #BA5B53; }
span { border-color: rgb(186,91,83); }
td.TdClassName
{
border-color: #BA5B53;
}
.TagClassName
{
border-color: #BA5B53;
}
</style>