Shades of Fuzzy Wuzzy Brown #BC5E5B
Tints of Fuzzy Wuzzy Brown #BC5E5B
RGB
CMYK
RGB Variations
Color information
#BC5E5B (or 0xBC5E5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5E and 5B. RGB value is (188,94,91). Sum of RGB (Red+Green+Blue) = 188+94+91=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E5B is #43A1A4. Grayscale: #797979. Windows color (decimal): -4432293 or 5988028. OLE color: 5988028.
HSL color Cylindrical-coordinate representation of color #BC5E5B: hue angle of 1.86º 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 #BC5E5B is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 91 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.26 |
| HSL | 1.86º | 0.42% | 0.55% | - |
| HSV(B) | 1.86º | 0.52% | 0.74% | - |
| XYZ | 26.63 | 19.45 | 12.25 | - |
| YUV | 121.76 | 110.64 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 91 | 0 | 0.50 | 0.52 | 0.26 | 1.86 | 0.42 | 0.55 |
| Hex | BC | 5E | 5B | 0 | 32 | 34 | 1A | 2 | 2A | 37 |
| Octal | 274 | 136 | 133 | 0 | 62 | 64 | 32 | 2 | 52 | 67 |
| Binary | 10111100 | 1011110 | 1011011 | 0 | 110010 | 110100 | 11010 | 10 | 101010 | 110111 |
Color Harmonies of #BC5E5B
Complementary color
Monochromatic Colors of #BC5E5B
Black with #BC5E5B
Text Example
Text Example
White with #BC5E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E5B; }
p { color: rgb(188,94,91); }
H1.HeaderClassName
{
color: #BC5E5B;
}
.AnyTagClassName
{
color: #BC5E5B;
}
</style>
background-color css
<style>
a { background-color: #BC5E5B; }
a { background-color: rgb(188,94,91); }
div.DivClassName
{
background-color: #BC5E5B;
}
.BgClassName
{
background-color: #BC5E5B;
}
</style>
border-color css
<style>
span { border-color: #BC5E5B; }
span { border-color: rgb(188,94,91); }
td.TdClassName
{
border-color: #BC5E5B;
}
.TagClassName
{
border-color: #BC5E5B;
}
</style>