Shades of Red Damask #BD7752
Tints of Red Damask #BD7752
RGB
CMYK
RGB Variations
Color information
#BD7752 (or 0xBD7752) is known color: Red Damask. HEX triplet: BD, 77 and 52. RGB value is (189,119,82). Sum of RGB (Red+Green+Blue) = 189+119+82=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7752 is #4288AD. Grayscale: #878787. Windows color (decimal): -4360366 or 5404605. OLE color: 5404605.
HSL color Cylindrical-coordinate representation of color #BD7752: hue angle of 20.75º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD7752 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 82 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.26 |
| HSL | 20.75º | 0.45% | 0.53% | - |
| HSV(B) | 20.75º | 0.57% | 0.74% | - |
| XYZ | 29.11 | 24.62 | 11.2 | - |
| YUV | 135.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 82 | 0 | 0.37 | 0.57 | 0.26 | 20.75 | 0.45 | 0.53 |
| Hex | BD | 77 | 52 | 0 | 25 | 39 | 1A | 15 | 2D | 35 |
| Octal | 275 | 167 | 122 | 0 | 45 | 71 | 32 | 25 | 55 | 65 |
| Binary | 10111101 | 1110111 | 1010010 | 0 | 100101 | 111001 | 11010 | 10101 | 101101 | 110101 |
Color Harmonies of #BD7752
Complementary color
Monochromatic Colors of #BD7752
Black with #BD7752
Text Example
Text Example
White with #BD7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7752; }
p { color: rgb(189,119,82); }
H1.HeaderClassName
{
color: #BD7752;
}
.AnyTagClassName
{
color: #BD7752;
}
</style>
background-color css
<style>
a { background-color: #BD7752; }
a { background-color: rgb(189,119,82); }
div.DivClassName
{
background-color: #BD7752;
}
.BgClassName
{
background-color: #BD7752;
}
</style>
border-color css
<style>
span { border-color: #BD7752; }
span { border-color: rgb(189,119,82); }
td.TdClassName
{
border-color: #BD7752;
}
.TagClassName
{
border-color: #BD7752;
}
</style>