Shades of Fuzzy Wuzzy Brown #BC5E5E
Tints of Fuzzy Wuzzy Brown #BC5E5E
RGB
CMYK
RGB Variations
Color information
#BC5E5E (or 0xBC5E5E) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5E and 5E. RGB value is (188,94,94). Sum of RGB (Red+Green+Blue) = 188+94+94=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E5E is #43A1A1. Grayscale: #7A7A7A. Windows color (decimal): -4432290 or 6184636. OLE color: 6184636.
HSL color Cylindrical-coordinate representation of color #BC5E5E: hue angle of 0º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E5E is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 94 | 94 | - |
CMYK | 0 | 0.50 | 0.50 | 0.26 |
HSL | 0º | 0.41% | 0.55% | - |
HSV(B) | 0º | 0.5% | 0.74% | - |
XYZ | 26.76 | 19.5 | 12.94 | - |
YUV | 122.11 | 112.14 | 175 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 94 | 94 | 0 | 0.50 | 0.50 | 0.26 | 0 | 0.41 | 0.55 |
Hex | BC | 5E | 5E | 0 | 32 | 32 | 1A | 0 | 29 | 37 |
Octal | 274 | 136 | 136 | 0 | 62 | 62 | 32 | 0 | 51 | 67 |
Binary | 10111100 | 1011110 | 1011110 | 0 | 110010 | 110010 | 11010 | 0 | 101001 | 110111 |
Color Harmonies of #BC5E5E
Complementary color
Monochromatic Colors of #BC5E5E
Black with #BC5E5E
Text Example
Text Example
White with #BC5E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E5E; }
p { color: rgb(188,94,94); }
H1.HeaderClassName
{
color: #BC5E5E;
}
.AnyTagClassName
{
color: #BC5E5E;
}
</style>
background-color css
<style>
a { background-color: #BC5E5E; }
a { background-color: rgb(188,94,94); }
div.DivClassName
{
background-color: #BC5E5E;
}
.BgClassName
{
background-color: #BC5E5E;
}
</style>
border-color css
<style>
span { border-color: #BC5E5E; }
span { border-color: rgb(188,94,94); }
td.TdClassName
{
border-color: #BC5E5E;
}
.TagClassName
{
border-color: #BC5E5E;
}
</style>