Shades of Red Damask #BC6B50
Tints of Red Damask #BC6B50
RGB
CMYK
RGB Variations
Color information
#BC6B50 (or 0xBC6B50) is known color: Red Damask. HEX triplet: BC, 6B and 50. RGB value is (188,107,80). Sum of RGB (Red+Green+Blue) = 188+107+80=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B50 is #4394AF. Grayscale: #808080. Windows color (decimal): -4428976 or 5270460. OLE color: 5270460.
HSL color Cylindrical-coordinate representation of color #BC6B50: hue angle of 15º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC6B50 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 80 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.26 |
| HSL | 15º | 0.45% | 0.53% | - |
| HSV(B) | 15º | 0.57% | 0.74% | - |
| XYZ | 27.44 | 21.79 | 10.35 | - |
| YUV | 128.14 | 100.84 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 80 | 0 | 0.43 | 0.57 | 0.26 | 15 | 0.45 | 0.53 |
| Hex | BC | 6B | 50 | 0 | 2B | 39 | 1A | F | 2D | 35 |
| Octal | 274 | 153 | 120 | 0 | 53 | 71 | 32 | 17 | 55 | 65 |
| Binary | 10111100 | 1101011 | 1010000 | 0 | 101011 | 111001 | 11010 | 1111 | 101101 | 110101 |
Color Harmonies of #BC6B50
Complementary color
Monochromatic Colors of #BC6B50
Black with #BC6B50
Text Example
Text Example
White with #BC6B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B50; }
p { color: rgb(188,107,80); }
H1.HeaderClassName
{
color: #BC6B50;
}
.AnyTagClassName
{
color: #BC6B50;
}
</style>
background-color css
<style>
a { background-color: #BC6B50; }
a { background-color: rgb(188,107,80); }
div.DivClassName
{
background-color: #BC6B50;
}
.BgClassName
{
background-color: #BC6B50;
}
</style>
border-color css
<style>
span { border-color: #BC6B50; }
span { border-color: rgb(188,107,80); }
td.TdClassName
{
border-color: #BC6B50;
}
.TagClassName
{
border-color: #BC6B50;
}
</style>