Shades of Fuzzy Wuzzy Brown #BC5953
Tints of Fuzzy Wuzzy Brown #BC5953
RGB
CMYK
RGB Variations
Color information
#BC5953 (or 0xBC5953) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 59 and 53. RGB value is (188,89,83). Sum of RGB (Red+Green+Blue) = 188+89+83=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5953 is #43A6AC. Grayscale: #767676. Windows color (decimal): -4433581 or 5462460. OLE color: 5462460.
HSL color Cylindrical-coordinate representation of color #BC5953: hue angle of 3.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5953 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 83 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.26 |
| HSL | 3.43º | 0.44% | 0.53% | - |
| HSV(B) | 3.43º | 0.56% | 0.74% | - |
| XYZ | 25.87 | 18.46 | 10.38 | - |
| YUV | 117.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 83 | 0 | 0.53 | 0.56 | 0.26 | 3.43 | 0.44 | 0.53 |
| Hex | BC | 59 | 53 | 0 | 35 | 38 | 1A | 3 | 2C | 35 |
| Octal | 274 | 131 | 123 | 0 | 65 | 70 | 32 | 3 | 54 | 65 |
| Binary | 10111100 | 1011001 | 1010011 | 0 | 110101 | 111000 | 11010 | 11 | 101100 | 110101 |
Color Harmonies of #BC5953
Complementary color
Monochromatic Colors of #BC5953
Black with #BC5953
Text Example
Text Example
White with #BC5953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5953; }
p { color: rgb(188,89,83); }
H1.HeaderClassName
{
color: #BC5953;
}
.AnyTagClassName
{
color: #BC5953;
}
</style>
background-color css
<style>
a { background-color: #BC5953; }
a { background-color: rgb(188,89,83); }
div.DivClassName
{
background-color: #BC5953;
}
.BgClassName
{
background-color: #BC5953;
}
</style>
border-color css
<style>
span { border-color: #BC5953; }
span { border-color: rgb(188,89,83); }
td.TdClassName
{
border-color: #BC5953;
}
.TagClassName
{
border-color: #BC5953;
}
</style>