Shades of Fuzzy Wuzzy Brown #BC5C53
Tints of Fuzzy Wuzzy Brown #BC5C53
RGB
CMYK
RGB Variations
Color information
#BC5C53 (or 0xBC5C53) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5C and 53. RGB value is (188,92,83). Sum of RGB (Red+Green+Blue) = 188+92+83=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5C53 is #43A3AC. Grayscale: #777777. Windows color (decimal): -4432813 or 5463228. OLE color: 5463228.
HSL color Cylindrical-coordinate representation of color #BC5C53: hue angle of 5.14º 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 #BC5C53 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 83 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.26 |
| HSL | 5.14º | 0.44% | 0.53% | - |
| HSV(B) | 5.14º | 0.56% | 0.74% | - |
| XYZ | 26.13 | 18.97 | 10.47 | - |
| YUV | 119.68 | 107.3 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 83 | 0 | 0.51 | 0.56 | 0.26 | 5.14 | 0.44 | 0.53 |
| Hex | BC | 5C | 53 | 0 | 33 | 38 | 1A | 5 | 2C | 35 |
| Octal | 274 | 134 | 123 | 0 | 63 | 70 | 32 | 5 | 54 | 65 |
| Binary | 10111100 | 1011100 | 1010011 | 0 | 110011 | 111000 | 11010 | 101 | 101100 | 110101 |
Color Harmonies of #BC5C53
Complementary color
Monochromatic Colors of #BC5C53
Black with #BC5C53
Text Example
Text Example
White with #BC5C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C53; }
p { color: rgb(188,92,83); }
H1.HeaderClassName
{
color: #BC5C53;
}
.AnyTagClassName
{
color: #BC5C53;
}
</style>
background-color css
<style>
a { background-color: #BC5C53; }
a { background-color: rgb(188,92,83); }
div.DivClassName
{
background-color: #BC5C53;
}
.BgClassName
{
background-color: #BC5C53;
}
</style>
border-color css
<style>
span { border-color: #BC5C53; }
span { border-color: rgb(188,92,83); }
td.TdClassName
{
border-color: #BC5C53;
}
.TagClassName
{
border-color: #BC5C53;
}
</style>