Shades of Fuzzy Wuzzy Brown #BC5752
Tints of Fuzzy Wuzzy Brown #BC5752
RGB
CMYK
RGB Variations
Color information
#BC5752 (or 0xBC5752) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 57 and 52. RGB value is (188,87,82). Sum of RGB (Red+Green+Blue) = 188+87+82=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5752 is #43A8AD. Grayscale: #747474. Windows color (decimal): -4434094 or 5396412. OLE color: 5396412.
HSL color Cylindrical-coordinate representation of color #BC5752: hue angle of 2.83º 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 #BC5752 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 82 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.26 |
| HSL | 2.83º | 0.44% | 0.53% | - |
| HSV(B) | 2.83º | 0.56% | 0.74% | - |
| XYZ | 25.67 | 18.12 | 10.13 | - |
| YUV | 116.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 82 | 0 | 0.54 | 0.56 | 0.26 | 2.83 | 0.44 | 0.53 |
| Hex | BC | 57 | 52 | 0 | 36 | 38 | 1A | 3 | 2C | 35 |
| Octal | 274 | 127 | 122 | 0 | 66 | 70 | 32 | 3 | 54 | 65 |
| Binary | 10111100 | 1010111 | 1010010 | 0 | 110110 | 111000 | 11010 | 11 | 101100 | 110101 |
Color Harmonies of #BC5752
Complementary color
Monochromatic Colors of #BC5752
Black with #BC5752
Text Example
Text Example
White with #BC5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5752; }
p { color: rgb(188,87,82); }
H1.HeaderClassName
{
color: #BC5752;
}
.AnyTagClassName
{
color: #BC5752;
}
</style>
background-color css
<style>
a { background-color: #BC5752; }
a { background-color: rgb(188,87,82); }
div.DivClassName
{
background-color: #BC5752;
}
.BgClassName
{
background-color: #BC5752;
}
</style>
border-color css
<style>
span { border-color: #BC5752; }
span { border-color: rgb(188,87,82); }
td.TdClassName
{
border-color: #BC5752;
}
.TagClassName
{
border-color: #BC5752;
}
</style>