Shades of Red Damask #BF764D
Tints of Red Damask #BF764D
RGB
CMYK
RGB Variations
Color information
#BF764D (or 0xBF764D) is known color: Red Damask. HEX triplet: BF, 76 and 4D. RGB value is (191,118,77). Sum of RGB (Red+Green+Blue) = 191+118+77=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF764D is #4089B2. Grayscale: #878787. Windows color (decimal): -4229555 or 5076671. OLE color: 5076671.
HSL color Cylindrical-coordinate representation of color #BF764D: hue angle of 21.58º 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 #BF764D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 77 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.25 |
| HSL | 21.58º | 0.47% | 0.53% | - |
| HSV(B) | 21.58º | 0.6% | 0.75% | - |
| XYZ | 29.3 | 24.57 | 10.22 | - |
| YUV | 135.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 77 | 0 | 0.38 | 0.60 | 0.25 | 21.58 | 0.47 | 0.53 |
| Hex | BF | 76 | 4D | 0 | 26 | 3C | 19 | 16 | 2F | 35 |
| Octal | 277 | 166 | 115 | 0 | 46 | 74 | 31 | 26 | 57 | 65 |
| Binary | 10111111 | 1110110 | 1001101 | 0 | 100110 | 111100 | 11001 | 10110 | 101111 | 110101 |
Color Harmonies of #BF764D
Complementary color
Monochromatic Colors of #BF764D
Black with #BF764D
Text Example
Text Example
White with #BF764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF764D; }
p { color: rgb(191,118,77); }
H1.HeaderClassName
{
color: #BF764D;
}
.AnyTagClassName
{
color: #BF764D;
}
</style>
background-color css
<style>
a { background-color: #BF764D; }
a { background-color: rgb(191,118,77); }
div.DivClassName
{
background-color: #BF764D;
}
.BgClassName
{
background-color: #BF764D;
}
</style>
border-color css
<style>
span { border-color: #BF764D; }
span { border-color: rgb(191,118,77); }
td.TdClassName
{
border-color: #BF764D;
}
.TagClassName
{
border-color: #BF764D;
}
</style>