Shades of Red Damask #BF724A
Tints of Red Damask #BF724A
RGB
CMYK
RGB Variations
Color information
#BF724A (or 0xBF724A) is known color: Red Damask. HEX triplet: BF, 72 and 4A. RGB value is (191,114,74). Sum of RGB (Red+Green+Blue) = 191+114+74=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF724A is #408DB5. Grayscale: #848484. Windows color (decimal): -4230582 or 4879039. OLE color: 4879039.
HSL color Cylindrical-coordinate representation of color #BF724A: hue angle of 20.51º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF724A is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 74 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.25 |
| HSL | 20.51º | 0.48% | 0.52% | - |
| HSV(B) | 20.51º | 0.61% | 0.75% | - |
| XYZ | 28.74 | 23.61 | 9.52 | - |
| YUV | 132.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 74 | 0 | 0.40 | 0.61 | 0.25 | 20.51 | 0.48 | 0.52 |
| Hex | BF | 72 | 4A | 0 | 28 | 3D | 19 | 15 | 30 | 34 |
| Octal | 277 | 162 | 112 | 0 | 50 | 75 | 31 | 25 | 60 | 64 |
| Binary | 10111111 | 1110010 | 1001010 | 0 | 101000 | 111101 | 11001 | 10101 | 110000 | 110100 |
Color Harmonies of #BF724A
Complementary color
Monochromatic Colors of #BF724A
Black with #BF724A
Text Example
Text Example
White with #BF724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF724A; }
p { color: rgb(191,114,74); }
H1.HeaderClassName
{
color: #BF724A;
}
.AnyTagClassName
{
color: #BF724A;
}
</style>
background-color css
<style>
a { background-color: #BF724A; }
a { background-color: rgb(191,114,74); }
div.DivClassName
{
background-color: #BF724A;
}
.BgClassName
{
background-color: #BF724A;
}
</style>
border-color css
<style>
span { border-color: #BF724A; }
span { border-color: rgb(191,114,74); }
td.TdClassName
{
border-color: #BF724A;
}
.TagClassName
{
border-color: #BF724A;
}
</style>