Shades of Red Damask #BD724E
Tints of Red Damask #BD724E
RGB
CMYK
RGB Variations
Color information
#BD724E (or 0xBD724E) is known color: Red Damask. HEX triplet: BD, 72 and 4E. RGB value is (189,114,78). Sum of RGB (Red+Green+Blue) = 189+114+78=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD724E is #428DB1. Grayscale: #848484. Windows color (decimal): -4361650 or 5141181. OLE color: 5141181.
HSL color Cylindrical-coordinate representation of color #BD724E: hue angle of 19.46º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD724E is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 78 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.26 |
| HSL | 19.46º | 0.46% | 0.52% | - |
| HSV(B) | 19.46º | 0.59% | 0.74% | - |
| XYZ | 28.38 | 23.4 | 10.23 | - |
| YUV | 132.32 | 97.35 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 78 | 0 | 0.40 | 0.59 | 0.26 | 19.46 | 0.46 | 0.52 |
| Hex | BD | 72 | 4E | 0 | 28 | 3B | 1A | 13 | 2E | 34 |
| Octal | 275 | 162 | 116 | 0 | 50 | 73 | 32 | 23 | 56 | 64 |
| Binary | 10111101 | 1110010 | 1001110 | 0 | 101000 | 111011 | 11010 | 10011 | 101110 | 110100 |
Color Harmonies of #BD724E
Complementary color
Monochromatic Colors of #BD724E
Black with #BD724E
Text Example
Text Example
White with #BD724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD724E; }
p { color: rgb(189,114,78); }
H1.HeaderClassName
{
color: #BD724E;
}
.AnyTagClassName
{
color: #BD724E;
}
</style>
background-color css
<style>
a { background-color: #BD724E; }
a { background-color: rgb(189,114,78); }
div.DivClassName
{
background-color: #BD724E;
}
.BgClassName
{
background-color: #BD724E;
}
</style>
border-color css
<style>
span { border-color: #BD724E; }
span { border-color: rgb(189,114,78); }
td.TdClassName
{
border-color: #BD724E;
}
.TagClassName
{
border-color: #BD724E;
}
</style>