Shades of Fuzzy Wuzzy Brown #BC5D5A
Tints of Fuzzy Wuzzy Brown #BC5D5A
RGB
CMYK
RGB Variations
Color information
#BC5D5A (or 0xBC5D5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5D and 5A. RGB value is (188,93,90). Sum of RGB (Red+Green+Blue) = 188+93+90=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D5A is #43A2A5. Grayscale: #797979. Windows color (decimal): -4432550 or 5922236. OLE color: 5922236.
HSL color Cylindrical-coordinate representation of color #BC5D5A: hue angle of 1.84º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5D5A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 90 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.26 |
| HSL | 1.84º | 0.42% | 0.55% | - |
| HSV(B) | 1.84º | 0.52% | 0.74% | - |
| XYZ | 26.5 | 19.26 | 11.99 | - |
| YUV | 121.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 90 | 0 | 0.51 | 0.52 | 0.26 | 1.84 | 0.42 | 0.55 |
| Hex | BC | 5D | 5A | 0 | 33 | 34 | 1A | 2 | 2A | 37 |
| Octal | 274 | 135 | 132 | 0 | 63 | 64 | 32 | 2 | 52 | 67 |
| Binary | 10111100 | 1011101 | 1011010 | 0 | 110011 | 110100 | 11010 | 10 | 101010 | 110111 |
Color Harmonies of #BC5D5A
Complementary color
Monochromatic Colors of #BC5D5A
Black with #BC5D5A
Text Example
Text Example
White with #BC5D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D5A; }
p { color: rgb(188,93,90); }
H1.HeaderClassName
{
color: #BC5D5A;
}
.AnyTagClassName
{
color: #BC5D5A;
}
</style>
background-color css
<style>
a { background-color: #BC5D5A; }
a { background-color: rgb(188,93,90); }
div.DivClassName
{
background-color: #BC5D5A;
}
.BgClassName
{
background-color: #BC5D5A;
}
</style>
border-color css
<style>
span { border-color: #BC5D5A; }
span { border-color: rgb(188,93,90); }
td.TdClassName
{
border-color: #BC5D5A;
}
.TagClassName
{
border-color: #BC5D5A;
}
</style>