Shades of Fuzzy Wuzzy Brown #BA5B54
Tints of Fuzzy Wuzzy Brown #BA5B54
RGB
CMYK
RGB Variations
Color information
#BA5B54 (or 0xBA5B54) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5B and 54. RGB value is (186,91,84). Sum of RGB (Red+Green+Blue) = 186+91+84=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B54 is #45A4AB. Grayscale: #767676. Windows color (decimal): -4564140 or 5528506. OLE color: 5528506.
HSL color Cylindrical-coordinate representation of color #BA5B54: hue angle of 4.12º 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 #BA5B54 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 84 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.27 |
| HSL | 4.12º | 0.43% | 0.53% | - |
| HSV(B) | 4.12º | 0.55% | 0.73% | - |
| XYZ | 25.59 | 18.56 | 10.62 | - |
| YUV | 118.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 84 | 0 | 0.51 | 0.55 | 0.27 | 4.12 | 0.43 | 0.53 |
| Hex | BA | 5B | 54 | 0 | 33 | 37 | 1B | 4 | 2A | 35 |
| Octal | 272 | 133 | 124 | 0 | 63 | 67 | 33 | 4 | 52 | 65 |
| Binary | 10111010 | 1011011 | 1010100 | 0 | 110011 | 110111 | 11011 | 100 | 101010 | 110101 |
Color Harmonies of #BA5B54
Complementary color
Monochromatic Colors of #BA5B54
Black with #BA5B54
Text Example
Text Example
White with #BA5B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B54; }
p { color: rgb(186,91,84); }
H1.HeaderClassName
{
color: #BA5B54;
}
.AnyTagClassName
{
color: #BA5B54;
}
</style>
background-color css
<style>
a { background-color: #BA5B54; }
a { background-color: rgb(186,91,84); }
div.DivClassName
{
background-color: #BA5B54;
}
.BgClassName
{
background-color: #BA5B54;
}
</style>
border-color css
<style>
span { border-color: #BA5B54; }
span { border-color: rgb(186,91,84); }
td.TdClassName
{
border-color: #BA5B54;
}
.TagClassName
{
border-color: #BA5B54;
}
</style>