Shades of Fuzzy Wuzzy Brown #BC5452
Tints of Fuzzy Wuzzy Brown #BC5452
RGB
CMYK
RGB Variations
Color information
#BC5452 (or 0xBC5452) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 54 and 52. RGB value is (188,84,82). Sum of RGB (Red+Green+Blue) = 188+84+82=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5452 is #43ABAD. Grayscale: #727272. Windows color (decimal): -4434862 or 5395644. OLE color: 5395644.
HSL color Cylindrical-coordinate representation of color #BC5452: hue angle of 1.13º 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 #BC5452 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 82 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.26 |
| HSL | 1.13º | 0.44% | 0.53% | - |
| HSV(B) | 1.13º | 0.56% | 0.74% | - |
| XYZ | 25.43 | 17.64 | 10.05 | - |
| YUV | 114.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 82 | 0 | 0.55 | 0.56 | 0.26 | 1.13 | 0.44 | 0.53 |
| Hex | BC | 54 | 52 | 0 | 37 | 38 | 1A | 1 | 2C | 35 |
| Octal | 274 | 124 | 122 | 0 | 67 | 70 | 32 | 1 | 54 | 65 |
| Binary | 10111100 | 1010100 | 1010010 | 0 | 110111 | 111000 | 11010 | 1 | 101100 | 110101 |
Color Harmonies of #BC5452
Complementary color
Monochromatic Colors of #BC5452
Black with #BC5452
Text Example
Text Example
White with #BC5452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5452; }
p { color: rgb(188,84,82); }
H1.HeaderClassName
{
color: #BC5452;
}
.AnyTagClassName
{
color: #BC5452;
}
</style>
background-color css
<style>
a { background-color: #BC5452; }
a { background-color: rgb(188,84,82); }
div.DivClassName
{
background-color: #BC5452;
}
.BgClassName
{
background-color: #BC5452;
}
</style>
border-color css
<style>
span { border-color: #BC5452; }
span { border-color: rgb(188,84,82); }
td.TdClassName
{
border-color: #BC5452;
}
.TagClassName
{
border-color: #BC5452;
}
</style>