Shades of Red Damask #BF744D
Tints of Red Damask #BF744D
RGB
CMYK
RGB Variations
Color information
#BF744D (or 0xBF744D) is known color: Red Damask. HEX triplet: BF, 74 and 4D. RGB value is (191,116,77). Sum of RGB (Red+Green+Blue) = 191+116+77=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF744D is #408BB2. Grayscale: #868686. Windows color (decimal): -4230067 or 5076159. OLE color: 5076159.
HSL color Cylindrical-coordinate representation of color #BF744D: hue angle of 20.53º 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 #BF744D is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 77 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.25 |
| HSL | 20.53º | 0.47% | 0.53% | - |
| HSV(B) | 20.53º | 0.6% | 0.75% | - |
| XYZ | 29.07 | 24.1 | 10.14 | - |
| YUV | 133.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 77 | 0 | 0.39 | 0.60 | 0.25 | 20.53 | 0.47 | 0.53 |
| Hex | BF | 74 | 4D | 0 | 27 | 3C | 19 | 15 | 2F | 35 |
| Octal | 277 | 164 | 115 | 0 | 47 | 74 | 31 | 25 | 57 | 65 |
| Binary | 10111111 | 1110100 | 1001101 | 0 | 100111 | 111100 | 11001 | 10101 | 101111 | 110101 |
Color Harmonies of #BF744D
Complementary color
Monochromatic Colors of #BF744D
Black with #BF744D
Text Example
Text Example
White with #BF744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF744D; }
p { color: rgb(191,116,77); }
H1.HeaderClassName
{
color: #BF744D;
}
.AnyTagClassName
{
color: #BF744D;
}
</style>
background-color css
<style>
a { background-color: #BF744D; }
a { background-color: rgb(191,116,77); }
div.DivClassName
{
background-color: #BF744D;
}
.BgClassName
{
background-color: #BF744D;
}
</style>
border-color css
<style>
span { border-color: #BF744D; }
span { border-color: rgb(191,116,77); }
td.TdClassName
{
border-color: #BF744D;
}
.TagClassName
{
border-color: #BF744D;
}
</style>