Shades of Fuzzy Wuzzy Brown #BA5554
Tints of Fuzzy Wuzzy Brown #BA5554
RGB
CMYK
RGB Variations
Color information
#BA5554 (or 0xBA5554) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 55 and 54. RGB value is (186,85,84). Sum of RGB (Red+Green+Blue) = 186+85+84=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5554 is #45AAAB. Grayscale: #737373. Windows color (decimal): -4565676 or 5526970. OLE color: 5526970.
HSL color Cylindrical-coordinate representation of color #BA5554: hue angle of 0.59º 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 #BA5554 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 84 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.27 |
| HSL | 0.59º | 0.43% | 0.53% | - |
| HSV(B) | 0.59º | 0.55% | 0.73% | - |
| XYZ | 25.1 | 17.58 | 10.46 | - |
| YUV | 115.09 | 110.46 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 84 | 0 | 0.54 | 0.55 | 0.27 | 0.59 | 0.43 | 0.53 |
| Hex | BA | 55 | 54 | 0 | 36 | 37 | 1B | 1 | 2A | 35 |
| Octal | 272 | 125 | 124 | 0 | 66 | 67 | 33 | 1 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1010100 | 0 | 110110 | 110111 | 11011 | 1 | 101010 | 110101 |
Color Harmonies of #BA5554
Complementary color
Monochromatic Colors of #BA5554
Black with #BA5554
Text Example
Text Example
White with #BA5554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5554; }
p { color: rgb(186,85,84); }
H1.HeaderClassName
{
color: #BA5554;
}
.AnyTagClassName
{
color: #BA5554;
}
</style>
background-color css
<style>
a { background-color: #BA5554; }
a { background-color: rgb(186,85,84); }
div.DivClassName
{
background-color: #BA5554;
}
.BgClassName
{
background-color: #BA5554;
}
</style>
border-color css
<style>
span { border-color: #BA5554; }
span { border-color: rgb(186,85,84); }
td.TdClassName
{
border-color: #BA5554;
}
.TagClassName
{
border-color: #BA5554;
}
</style>