Shades of Red Damask #BD764F
Tints of Red Damask #BD764F
RGB
CMYK
RGB Variations
Color information
#BD764F (or 0xBD764F) is known color: Red Damask. HEX triplet: BD, 76 and 4F. RGB value is (189,118,79). Sum of RGB (Red+Green+Blue) = 189+118+79=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD764F is #4289B0. Grayscale: #878787. Windows color (decimal): -4360625 or 5207741. OLE color: 5207741.
HSL color Cylindrical-coordinate representation of color #BD764F: hue angle of 21.27º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD764F is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 79 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.26 |
| HSL | 21.27º | 0.45% | 0.53% | - |
| HSV(B) | 21.27º | 0.58% | 0.74% | - |
| XYZ | 28.88 | 24.34 | 10.57 | - |
| YUV | 134.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 79 | 0 | 0.38 | 0.58 | 0.26 | 21.27 | 0.45 | 0.53 |
| Hex | BD | 76 | 4F | 0 | 26 | 3A | 1A | 15 | 2D | 35 |
| Octal | 275 | 166 | 117 | 0 | 46 | 72 | 32 | 25 | 55 | 65 |
| Binary | 10111101 | 1110110 | 1001111 | 0 | 100110 | 111010 | 11010 | 10101 | 101101 | 110101 |
Color Harmonies of #BD764F
Complementary color
Monochromatic Colors of #BD764F
Black with #BD764F
Text Example
Text Example
White with #BD764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD764F; }
p { color: rgb(189,118,79); }
H1.HeaderClassName
{
color: #BD764F;
}
.AnyTagClassName
{
color: #BD764F;
}
</style>
background-color css
<style>
a { background-color: #BD764F; }
a { background-color: rgb(189,118,79); }
div.DivClassName
{
background-color: #BD764F;
}
.BgClassName
{
background-color: #BD764F;
}
</style>
border-color css
<style>
span { border-color: #BD764F; }
span { border-color: rgb(189,118,79); }
td.TdClassName
{
border-color: #BD764F;
}
.TagClassName
{
border-color: #BD764F;
}
</style>