Shades of Red Damask #BF724D
Tints of Red Damask #BF724D
RGB
CMYK
RGB Variations
Color information
#BF724D (or 0xBF724D) is known color: Red Damask. HEX triplet: BF, 72 and 4D. RGB value is (191,114,77). Sum of RGB (Red+Green+Blue) = 191+114+77=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF724D is #408DB2. Grayscale: #858585. Windows color (decimal): -4230579 or 5075647. OLE color: 5075647.
HSL color Cylindrical-coordinate representation of color #BF724D: hue angle of 19.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF724D is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 77 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.25 |
| HSL | 19.47º | 0.47% | 0.53% | - |
| HSV(B) | 19.47º | 0.6% | 0.75% | - |
| XYZ | 28.84 | 23.65 | 10.07 | - |
| YUV | 132.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 77 | 0 | 0.40 | 0.60 | 0.25 | 19.47 | 0.47 | 0.53 |
| Hex | BF | 72 | 4D | 0 | 28 | 3C | 19 | 13 | 2F | 35 |
| Octal | 277 | 162 | 115 | 0 | 50 | 74 | 31 | 23 | 57 | 65 |
| Binary | 10111111 | 1110010 | 1001101 | 0 | 101000 | 111100 | 11001 | 10011 | 101111 | 110101 |
Color Harmonies of #BF724D
Complementary color
Monochromatic Colors of #BF724D
Black with #BF724D
Text Example
Text Example
White with #BF724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF724D; }
p { color: rgb(191,114,77); }
H1.HeaderClassName
{
color: #BF724D;
}
.AnyTagClassName
{
color: #BF724D;
}
</style>
background-color css
<style>
a { background-color: #BF724D; }
a { background-color: rgb(191,114,77); }
div.DivClassName
{
background-color: #BF724D;
}
.BgClassName
{
background-color: #BF724D;
}
</style>
border-color css
<style>
span { border-color: #BF724D; }
span { border-color: rgb(191,114,77); }
td.TdClassName
{
border-color: #BF724D;
}
.TagClassName
{
border-color: #BF724D;
}
</style>