Shades of Fuzzy Wuzzy Brown #BC5654
Tints of Fuzzy Wuzzy Brown #BC5654
RGB
CMYK
RGB Variations
Color information
#BC5654 (or 0xBC5654) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 56 and 54. RGB value is (188,86,84). Sum of RGB (Red+Green+Blue) = 188+86+84=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5654 is #43A9AB. Grayscale: #747474. Windows color (decimal): -4434348 or 5527228. OLE color: 5527228.
HSL color Cylindrical-coordinate representation of color #BC5654: hue angle of 1.15º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5654 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 84 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.26 |
| HSL | 1.15º | 0.44% | 0.53% | - |
| HSV(B) | 1.15º | 0.55% | 0.74% | - |
| XYZ | 25.67 | 17.99 | 10.51 | - |
| YUV | 116.27 | 109.79 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 84 | 0 | 0.54 | 0.55 | 0.26 | 1.15 | 0.44 | 0.53 |
| Hex | BC | 56 | 54 | 0 | 36 | 37 | 1A | 1 | 2C | 35 |
| Octal | 274 | 126 | 124 | 0 | 66 | 67 | 32 | 1 | 54 | 65 |
| Binary | 10111100 | 1010110 | 1010100 | 0 | 110110 | 110111 | 11010 | 1 | 101100 | 110101 |
Color Harmonies of #BC5654
Complementary color
Monochromatic Colors of #BC5654
Black with #BC5654
Text Example
Text Example
White with #BC5654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5654; }
p { color: rgb(188,86,84); }
H1.HeaderClassName
{
color: #BC5654;
}
.AnyTagClassName
{
color: #BC5654;
}
</style>
background-color css
<style>
a { background-color: #BC5654; }
a { background-color: rgb(188,86,84); }
div.DivClassName
{
background-color: #BC5654;
}
.BgClassName
{
background-color: #BC5654;
}
</style>
border-color css
<style>
span { border-color: #BC5654; }
span { border-color: rgb(188,86,84); }
td.TdClassName
{
border-color: #BC5654;
}
.TagClassName
{
border-color: #BC5654;
}
</style>