Shades of Red Damask #BC7652
Tints of Red Damask #BC7652
RGB
CMYK
RGB Variations
Color information
#BC7652 (or 0xBC7652) is known color: Red Damask. HEX triplet: BC, 76 and 52. RGB value is (188,118,82). Sum of RGB (Red+Green+Blue) = 188+118+82=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7652 is #4389AD. Grayscale: #878787. Windows color (decimal): -4426158 or 5404348. OLE color: 5404348.
HSL color Cylindrical-coordinate representation of color #BC7652: hue angle of 20.38º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC7652 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 82 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.26 |
| HSL | 20.38º | 0.44% | 0.53% | - |
| HSV(B) | 20.38º | 0.56% | 0.74% | - |
| XYZ | 28.74 | 24.26 | 11.15 | - |
| YUV | 134.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 82 | 0 | 0.37 | 0.56 | 0.26 | 20.38 | 0.44 | 0.53 |
| Hex | BC | 76 | 52 | 0 | 25 | 38 | 1A | 14 | 2C | 35 |
| Octal | 274 | 166 | 122 | 0 | 45 | 70 | 32 | 24 | 54 | 65 |
| Binary | 10111100 | 1110110 | 1010010 | 0 | 100101 | 111000 | 11010 | 10100 | 101100 | 110101 |
Color Harmonies of #BC7652
Complementary color
Monochromatic Colors of #BC7652
Black with #BC7652
Text Example
Text Example
White with #BC7652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7652; }
p { color: rgb(188,118,82); }
H1.HeaderClassName
{
color: #BC7652;
}
.AnyTagClassName
{
color: #BC7652;
}
</style>
background-color css
<style>
a { background-color: #BC7652; }
a { background-color: rgb(188,118,82); }
div.DivClassName
{
background-color: #BC7652;
}
.BgClassName
{
background-color: #BC7652;
}
</style>
border-color css
<style>
span { border-color: #BC7652; }
span { border-color: rgb(188,118,82); }
td.TdClassName
{
border-color: #BC7652;
}
.TagClassName
{
border-color: #BC7652;
}
</style>