Shades of Red Damask #BF7154
Tints of Red Damask #BF7154
RGB
CMYK
RGB Variations
Color information
#BF7154 (or 0xBF7154) is known color: Red Damask. HEX triplet: BF, 71 and 54. RGB value is (191,113,84). Sum of RGB (Red+Green+Blue) = 191+113+84=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7154 is #408EAB. Grayscale: #858585. Windows color (decimal): -4230828 or 5534143. OLE color: 5534143.
HSL color Cylindrical-coordinate representation of color #BF7154: hue angle of 16.26º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF7154 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 84 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.25 |
| HSL | 16.26º | 0.46% | 0.54% | - |
| HSV(B) | 16.26º | 0.56% | 0.75% | - |
| XYZ | 28.99 | 23.53 | 11.4 | - |
| YUV | 133.02 | 100.34 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 84 | 0 | 0.41 | 0.56 | 0.25 | 16.26 | 0.46 | 0.54 |
| Hex | BF | 71 | 54 | 0 | 29 | 38 | 19 | 10 | 2E | 36 |
| Octal | 277 | 161 | 124 | 0 | 51 | 70 | 31 | 20 | 56 | 66 |
| Binary | 10111111 | 1110001 | 1010100 | 0 | 101001 | 111000 | 11001 | 10000 | 101110 | 110110 |
Color Harmonies of #BF7154
Complementary color
Monochromatic Colors of #BF7154
Black with #BF7154
Text Example
Text Example
White with #BF7154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7154; }
p { color: rgb(191,113,84); }
H1.HeaderClassName
{
color: #BF7154;
}
.AnyTagClassName
{
color: #BF7154;
}
</style>
background-color css
<style>
a { background-color: #BF7154; }
a { background-color: rgb(191,113,84); }
div.DivClassName
{
background-color: #BF7154;
}
.BgClassName
{
background-color: #BF7154;
}
</style>
border-color css
<style>
span { border-color: #BF7154; }
span { border-color: rgb(191,113,84); }
td.TdClassName
{
border-color: #BF7154;
}
.TagClassName
{
border-color: #BF7154;
}
</style>