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