Shades of Red Damask #BF704D
Tints of Red Damask #BF704D
RGB
CMYK
RGB Variations
Color information
#BF704D (or 0xBF704D) is known color: Red Damask. HEX triplet: BF, 70 and 4D. RGB value is (191,112,77). Sum of RGB (Red+Green+Blue) = 191+112+77=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF704D is #408FB2. Grayscale: #838383. Windows color (decimal): -4231091 or 5075135. OLE color: 5075135.
HSL color Cylindrical-coordinate representation of color #BF704D: hue angle of 18.42º 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 #BF704D is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 77 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.25 |
| HSL | 18.42º | 0.47% | 0.53% | - |
| HSV(B) | 18.42º | 0.6% | 0.75% | - |
| XYZ | 28.62 | 23.2 | 9.99 | - |
| YUV | 131.63 | 97.17 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 77 | 0 | 0.41 | 0.60 | 0.25 | 18.42 | 0.47 | 0.53 |
| Hex | BF | 70 | 4D | 0 | 29 | 3C | 19 | 12 | 2F | 35 |
| Octal | 277 | 160 | 115 | 0 | 51 | 74 | 31 | 22 | 57 | 65 |
| Binary | 10111111 | 1110000 | 1001101 | 0 | 101001 | 111100 | 11001 | 10010 | 101111 | 110101 |
Color Harmonies of #BF704D
Complementary color
Monochromatic Colors of #BF704D
Black with #BF704D
Text Example
Text Example
White with #BF704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF704D; }
p { color: rgb(191,112,77); }
H1.HeaderClassName
{
color: #BF704D;
}
.AnyTagClassName
{
color: #BF704D;
}
</style>
background-color css
<style>
a { background-color: #BF704D; }
a { background-color: rgb(191,112,77); }
div.DivClassName
{
background-color: #BF704D;
}
.BgClassName
{
background-color: #BF704D;
}
</style>
border-color css
<style>
span { border-color: #BF704D; }
span { border-color: rgb(191,112,77); }
td.TdClassName
{
border-color: #BF704D;
}
.TagClassName
{
border-color: #BF704D;
}
</style>