Shades of Fuzzy Wuzzy Brown #BA5753
Tints of Fuzzy Wuzzy Brown #BA5753
RGB
CMYK
RGB Variations
Color information
#BA5753 (or 0xBA5753) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 57 and 53. RGB value is (186,87,83). Sum of RGB (Red+Green+Blue) = 186+87+83=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5753 is #45A8AC. Grayscale: #747474. Windows color (decimal): -4565165 or 5461946. OLE color: 5461946.
HSL color Cylindrical-coordinate representation of color #BA5753: hue angle of 2.33º 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 #BA5753 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 83 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.27 |
| HSL | 2.33º | 0.43% | 0.53% | - |
| HSV(B) | 2.33º | 0.55% | 0.73% | - |
| XYZ | 25.22 | 17.88 | 10.31 | - |
| YUV | 116.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 83 | 0 | 0.53 | 0.55 | 0.27 | 2.33 | 0.43 | 0.53 |
| Hex | BA | 57 | 53 | 0 | 35 | 37 | 1B | 2 | 2B | 35 |
| Octal | 272 | 127 | 123 | 0 | 65 | 67 | 33 | 2 | 53 | 65 |
| Binary | 10111010 | 1010111 | 1010011 | 0 | 110101 | 110111 | 11011 | 10 | 101011 | 110101 |
Color Harmonies of #BA5753
Complementary color
Monochromatic Colors of #BA5753
Black with #BA5753
Text Example
Text Example
White with #BA5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5753; }
p { color: rgb(186,87,83); }
H1.HeaderClassName
{
color: #BA5753;
}
.AnyTagClassName
{
color: #BA5753;
}
</style>
background-color css
<style>
a { background-color: #BA5753; }
a { background-color: rgb(186,87,83); }
div.DivClassName
{
background-color: #BA5753;
}
.BgClassName
{
background-color: #BA5753;
}
</style>
border-color css
<style>
span { border-color: #BA5753; }
span { border-color: rgb(186,87,83); }
td.TdClassName
{
border-color: #BA5753;
}
.TagClassName
{
border-color: #BA5753;
}
</style>