Shades of Red Damask #BF734D
Tints of Red Damask #BF734D
RGB
CMYK
RGB Variations
Color information
#BF734D (or 0xBF734D) is known color: Red Damask. HEX triplet: BF, 73 and 4D. RGB value is (191,115,77). Sum of RGB (Red+Green+Blue) = 191+115+77=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF734D is #408CB2. Grayscale: #858585. Windows color (decimal): -4230323 or 5075903. OLE color: 5075903.
HSL color Cylindrical-coordinate representation of color #BF734D: hue angle of 20º 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 #BF734D is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 77 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.25 |
| HSL | 20º | 0.47% | 0.53% | - |
| HSV(B) | 20º | 0.6% | 0.75% | - |
| XYZ | 28.96 | 23.87 | 10.1 | - |
| YUV | 133.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 77 | 0 | 0.40 | 0.60 | 0.25 | 20 | 0.47 | 0.53 |
| Hex | BF | 73 | 4D | 0 | 28 | 3C | 19 | 14 | 2F | 35 |
| Octal | 277 | 163 | 115 | 0 | 50 | 74 | 31 | 24 | 57 | 65 |
| Binary | 10111111 | 1110011 | 1001101 | 0 | 101000 | 111100 | 11001 | 10100 | 101111 | 110101 |
Color Harmonies of #BF734D
Complementary color
Monochromatic Colors of #BF734D
Black with #BF734D
Text Example
Text Example
White with #BF734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF734D; }
p { color: rgb(191,115,77); }
H1.HeaderClassName
{
color: #BF734D;
}
.AnyTagClassName
{
color: #BF734D;
}
</style>
background-color css
<style>
a { background-color: #BF734D; }
a { background-color: rgb(191,115,77); }
div.DivClassName
{
background-color: #BF734D;
}
.BgClassName
{
background-color: #BF734D;
}
</style>
border-color css
<style>
span { border-color: #BF734D; }
span { border-color: rgb(191,115,77); }
td.TdClassName
{
border-color: #BF734D;
}
.TagClassName
{
border-color: #BF734D;
}
</style>