Shades of Red Damask #BC7154
Tints of Red Damask #BC7154
RGB
CMYK
RGB Variations
Color information
#BC7154 (or 0xBC7154) is known color: Red Damask. HEX triplet: BC, 71 and 54. RGB value is (188,113,84). Sum of RGB (Red+Green+Blue) = 188+113+84=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7154 is #438EAB. Grayscale: #848484. Windows color (decimal): -4427436 or 5534140. OLE color: 5534140.
HSL color Cylindrical-coordinate representation of color #BC7154: hue angle of 16.73º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC7154 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 84 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.26 |
| HSL | 16.73º | 0.44% | 0.53% | - |
| HSV(B) | 16.73º | 0.55% | 0.74% | - |
| XYZ | 28.24 | 23.14 | 11.37 | - |
| YUV | 132.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 84 | 0 | 0.40 | 0.55 | 0.26 | 16.73 | 0.44 | 0.53 |
| Hex | BC | 71 | 54 | 0 | 28 | 37 | 1A | 11 | 2C | 35 |
| Octal | 274 | 161 | 124 | 0 | 50 | 67 | 32 | 21 | 54 | 65 |
| Binary | 10111100 | 1110001 | 1010100 | 0 | 101000 | 110111 | 11010 | 10001 | 101100 | 110101 |
Color Harmonies of #BC7154
Complementary color
Monochromatic Colors of #BC7154
Black with #BC7154
Text Example
Text Example
White with #BC7154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7154; }
p { color: rgb(188,113,84); }
H1.HeaderClassName
{
color: #BC7154;
}
.AnyTagClassName
{
color: #BC7154;
}
</style>
background-color css
<style>
a { background-color: #BC7154; }
a { background-color: rgb(188,113,84); }
div.DivClassName
{
background-color: #BC7154;
}
.BgClassName
{
background-color: #BC7154;
}
</style>
border-color css
<style>
span { border-color: #BC7154; }
span { border-color: rgb(188,113,84); }
td.TdClassName
{
border-color: #BC7154;
}
.TagClassName
{
border-color: #BC7154;
}
</style>