Shades of Red Damask #BD7248
Tints of Red Damask #BD7248
RGB
CMYK
RGB Variations
Color information
#BD7248 (or 0xBD7248) is known color: Red Damask. HEX triplet: BD, 72 and 48. RGB value is (189,114,72). Sum of RGB (Red+Green+Blue) = 189+114+72=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7248 is #428DB7. Grayscale: #838383. Windows color (decimal): -4361656 or 4747965. OLE color: 4747965.
HSL color Cylindrical-coordinate representation of color #BD7248: hue angle of 21.54º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD7248 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 72 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.26 |
| HSL | 21.54º | 0.47% | 0.51% | - |
| HSV(B) | 21.54º | 0.62% | 0.74% | - |
| XYZ | 28.17 | 23.32 | 9.15 | - |
| YUV | 131.64 | 94.35 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 72 | 0 | 0.40 | 0.62 | 0.26 | 21.54 | 0.47 | 0.51 |
| Hex | BD | 72 | 48 | 0 | 28 | 3E | 1A | 16 | 2F | 33 |
| Octal | 275 | 162 | 110 | 0 | 50 | 76 | 32 | 26 | 57 | 63 |
| Binary | 10111101 | 1110010 | 1001000 | 0 | 101000 | 111110 | 11010 | 10110 | 101111 | 110011 |
Color Harmonies of #BD7248
Complementary color
Monochromatic Colors of #BD7248
Black with #BD7248
Text Example
Text Example
White with #BD7248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7248; }
p { color: rgb(189,114,72); }
H1.HeaderClassName
{
color: #BD7248;
}
.AnyTagClassName
{
color: #BD7248;
}
</style>
background-color css
<style>
a { background-color: #BD7248; }
a { background-color: rgb(189,114,72); }
div.DivClassName
{
background-color: #BD7248;
}
.BgClassName
{
background-color: #BD7248;
}
</style>
border-color css
<style>
span { border-color: #BD7248; }
span { border-color: rgb(189,114,72); }
td.TdClassName
{
border-color: #BD7248;
}
.TagClassName
{
border-color: #BD7248;
}
</style>