Shades of Fuzzy Wuzzy Brown #BC5959
Tints of Fuzzy Wuzzy Brown #BC5959
RGB
CMYK
RGB Variations
Color information
#BC5959 (or 0xBC5959) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 59 and 59. RGB value is (188,89,89). Sum of RGB (Red+Green+Blue) = 188+89+89=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5959 is #43A6A6. Grayscale: #767676. Windows color (decimal): -4433575 or 5855676. OLE color: 5855676.
HSL color Cylindrical-coordinate representation of color #BC5959: hue angle of 0º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5959 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 89 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.26 |
| HSL | 0º | 0.42% | 0.54% | - |
| HSV(B) | 0º | 0.53% | 0.74% | - |
| XYZ | 26.11 | 18.56 | 11.66 | - |
| YUV | 118.6 | 111.3 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 89 | 0 | 0.53 | 0.53 | 0.26 | 0 | 0.42 | 0.54 |
| Hex | BC | 59 | 59 | 0 | 35 | 35 | 1A | 0 | 2A | 36 |
| Octal | 274 | 131 | 131 | 0 | 65 | 65 | 32 | 0 | 52 | 66 |
| Binary | 10111100 | 1011001 | 1011001 | 0 | 110101 | 110101 | 11010 | 0 | 101010 | 110110 |
Color Harmonies of #BC5959
Complementary color
Monochromatic Colors of #BC5959
Black with #BC5959
Text Example
Text Example
White with #BC5959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5959; }
p { color: rgb(188,89,89); }
H1.HeaderClassName
{
color: #BC5959;
}
.AnyTagClassName
{
color: #BC5959;
}
</style>
background-color css
<style>
a { background-color: #BC5959; }
a { background-color: rgb(188,89,89); }
div.DivClassName
{
background-color: #BC5959;
}
.BgClassName
{
background-color: #BC5959;
}
</style>
border-color css
<style>
span { border-color: #BC5959; }
span { border-color: rgb(188,89,89); }
td.TdClassName
{
border-color: #BC5959;
}
.TagClassName
{
border-color: #BC5959;
}
</style>