Shades of Red Damask #BF6F4D
Tints of Red Damask #BF6F4D
RGB
CMYK
RGB Variations
Color information
#BF6F4D (or 0xBF6F4D) is known color: Red Damask. HEX triplet: BF, 6F and 4D. RGB value is (191,111,77). Sum of RGB (Red+Green+Blue) = 191+111+77=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F4D is #4090B2. Grayscale: #838383. Windows color (decimal): -4231347 or 5074879. OLE color: 5074879.
HSL color Cylindrical-coordinate representation of color #BF6F4D: hue angle of 17.89º 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 #BF6F4D is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 77 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.25 |
| HSL | 17.89º | 0.47% | 0.53% | - |
| HSV(B) | 17.89º | 0.6% | 0.75% | - |
| XYZ | 28.51 | 22.98 | 9.95 | - |
| YUV | 131.04 | 97.5 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 77 | 0 | 0.42 | 0.60 | 0.25 | 17.89 | 0.47 | 0.53 |
| Hex | BF | 6F | 4D | 0 | 2A | 3C | 19 | 12 | 2F | 35 |
| Octal | 277 | 157 | 115 | 0 | 52 | 74 | 31 | 22 | 57 | 65 |
| Binary | 10111111 | 1101111 | 1001101 | 0 | 101010 | 111100 | 11001 | 10010 | 101111 | 110101 |
Color Harmonies of #BF6F4D
Complementary color
Monochromatic Colors of #BF6F4D
Black with #BF6F4D
Text Example
Text Example
White with #BF6F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F4D; }
p { color: rgb(191,111,77); }
H1.HeaderClassName
{
color: #BF6F4D;
}
.AnyTagClassName
{
color: #BF6F4D;
}
</style>
background-color css
<style>
a { background-color: #BF6F4D; }
a { background-color: rgb(191,111,77); }
div.DivClassName
{
background-color: #BF6F4D;
}
.BgClassName
{
background-color: #BF6F4D;
}
</style>
border-color css
<style>
span { border-color: #BF6F4D; }
span { border-color: rgb(191,111,77); }
td.TdClassName
{
border-color: #BF6F4D;
}
.TagClassName
{
border-color: #BF6F4D;
}
</style>