Shades of Red Damask #BF724C
Tints of Red Damask #BF724C
RGB
CMYK
RGB Variations
Color information
#BF724C (or 0xBF724C) is known color: Red Damask. HEX triplet: BF, 72 and 4C. RGB value is (191,114,76). Sum of RGB (Red+Green+Blue) = 191+114+76=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF724C is #408DB3. Grayscale: #848484. Windows color (decimal): -4230580 or 5010111. OLE color: 5010111.
HSL color Cylindrical-coordinate representation of color #BF724C: hue angle of 19.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF724C is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 76 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.25 |
| HSL | 19.83º | 0.47% | 0.52% | - |
| HSV(B) | 19.83º | 0.6% | 0.75% | - |
| XYZ | 28.81 | 23.63 | 9.88 | - |
| YUV | 132.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 76 | 0 | 0.40 | 0.60 | 0.25 | 19.83 | 0.47 | 0.52 |
| Hex | BF | 72 | 4C | 0 | 28 | 3C | 19 | 14 | 2F | 34 |
| Octal | 277 | 162 | 114 | 0 | 50 | 74 | 31 | 24 | 57 | 64 |
| Binary | 10111111 | 1110010 | 1001100 | 0 | 101000 | 111100 | 11001 | 10100 | 101111 | 110100 |
Color Harmonies of #BF724C
Complementary color
Monochromatic Colors of #BF724C
Black with #BF724C
Text Example
Text Example
White with #BF724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF724C; }
p { color: rgb(191,114,76); }
H1.HeaderClassName
{
color: #BF724C;
}
.AnyTagClassName
{
color: #BF724C;
}
</style>
background-color css
<style>
a { background-color: #BF724C; }
a { background-color: rgb(191,114,76); }
div.DivClassName
{
background-color: #BF724C;
}
.BgClassName
{
background-color: #BF724C;
}
</style>
border-color css
<style>
span { border-color: #BF724C; }
span { border-color: rgb(191,114,76); }
td.TdClassName
{
border-color: #BF724C;
}
.TagClassName
{
border-color: #BF724C;
}
</style>