Shades of Fuzzy Wuzzy Brown #BC5553
Tints of Fuzzy Wuzzy Brown #BC5553
RGB
CMYK
RGB Variations
Color information
#BC5553 (or 0xBC5553) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 55 and 53. RGB value is (188,85,83). Sum of RGB (Red+Green+Blue) = 188+85+83=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5553 is #43AAAC. Grayscale: #737373. Windows color (decimal): -4434605 or 5461436. OLE color: 5461436.
HSL color Cylindrical-coordinate representation of color #BC5553: hue angle of 1.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 #BC5553 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 83 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.26 |
| HSL | 1.14º | 0.44% | 0.53% | - |
| HSV(B) | 1.14º | 0.56% | 0.74% | - |
| XYZ | 25.55 | 17.81 | 10.28 | - |
| YUV | 115.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 83 | 0 | 0.55 | 0.56 | 0.26 | 1.14 | 0.44 | 0.53 |
| Hex | BC | 55 | 53 | 0 | 37 | 38 | 1A | 1 | 2C | 35 |
| Octal | 274 | 125 | 123 | 0 | 67 | 70 | 32 | 1 | 54 | 65 |
| Binary | 10111100 | 1010101 | 1010011 | 0 | 110111 | 111000 | 11010 | 1 | 101100 | 110101 |
Color Harmonies of #BC5553
Complementary color
Monochromatic Colors of #BC5553
Black with #BC5553
Text Example
Text Example
White with #BC5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5553; }
p { color: rgb(188,85,83); }
H1.HeaderClassName
{
color: #BC5553;
}
.AnyTagClassName
{
color: #BC5553;
}
</style>
background-color css
<style>
a { background-color: #BC5553; }
a { background-color: rgb(188,85,83); }
div.DivClassName
{
background-color: #BC5553;
}
.BgClassName
{
background-color: #BC5553;
}
</style>
border-color css
<style>
span { border-color: #BC5553; }
span { border-color: rgb(188,85,83); }
td.TdClassName
{
border-color: #BC5553;
}
.TagClassName
{
border-color: #BC5553;
}
</style>