Shades of Red Damask #BD714A
Tints of Red Damask #BD714A
RGB
CMYK
RGB Variations
Color information
#BD714A (or 0xBD714A) is known color: Red Damask. HEX triplet: BD, 71 and 4A. RGB value is (189,113,74). Sum of RGB (Red+Green+Blue) = 189+113+74=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD714A is #428EB5. Grayscale: #838383. Windows color (decimal): -4361910 or 4878781. OLE color: 4878781.
HSL color Cylindrical-coordinate representation of color #BD714A: hue angle of 20.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD714A is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 74 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.26 |
| HSL | 20.35º | 0.47% | 0.52% | - |
| HSV(B) | 20.35º | 0.61% | 0.74% | - |
| XYZ | 28.13 | 23.12 | 9.46 | - |
| YUV | 131.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 74 | 0 | 0.40 | 0.61 | 0.26 | 20.35 | 0.47 | 0.52 |
| Hex | BD | 71 | 4A | 0 | 28 | 3D | 1A | 14 | 2F | 34 |
| Octal | 275 | 161 | 112 | 0 | 50 | 75 | 32 | 24 | 57 | 64 |
| Binary | 10111101 | 1110001 | 1001010 | 0 | 101000 | 111101 | 11010 | 10100 | 101111 | 110100 |
Color Harmonies of #BD714A
Complementary color
Monochromatic Colors of #BD714A
Black with #BD714A
Text Example
Text Example
White with #BD714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD714A; }
p { color: rgb(189,113,74); }
H1.HeaderClassName
{
color: #BD714A;
}
.AnyTagClassName
{
color: #BD714A;
}
</style>
background-color css
<style>
a { background-color: #BD714A; }
a { background-color: rgb(189,113,74); }
div.DivClassName
{
background-color: #BD714A;
}
.BgClassName
{
background-color: #BD714A;
}
</style>
border-color css
<style>
span { border-color: #BD714A; }
span { border-color: rgb(189,113,74); }
td.TdClassName
{
border-color: #BD714A;
}
.TagClassName
{
border-color: #BD714A;
}
</style>