Shades of Red Damask #BF6945
Tints of Red Damask #BF6945
RGB
CMYK
RGB Variations
Color information
#BF6945 (or 0xBF6945) is known color: Red Damask. HEX triplet: BF, 69 and 45. RGB value is (191,105,69). Sum of RGB (Red+Green+Blue) = 191+105+69=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6945 is #4096BA. Grayscale: #7E7E7E. Windows color (decimal): -4232891 or 4549055. OLE color: 4549055.
HSL color Cylindrical-coordinate representation of color #BF6945: hue angle of 17.7º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF6945 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 69 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.25 |
| HSL | 17.7º | 0.49% | 0.51% | - |
| HSV(B) | 17.7º | 0.64% | 0.75% | - |
| XYZ | 27.61 | 21.61 | 8.35 | - |
| YUV | 126.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 69 | 0 | 0.45 | 0.64 | 0.25 | 17.7 | 0.49 | 0.51 |
| Hex | BF | 69 | 45 | 0 | 2D | 40 | 19 | 12 | 31 | 33 |
| Octal | 277 | 151 | 105 | 0 | 55 | 100 | 31 | 22 | 61 | 63 |
| Binary | 10111111 | 1101001 | 1000101 | 0 | 101101 | 1000000 | 11001 | 10010 | 110001 | 110011 |
Color Harmonies of #BF6945
Complementary color
Monochromatic Colors of #BF6945
Black with #BF6945
Text Example
Text Example
White with #BF6945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6945; }
p { color: rgb(191,105,69); }
H1.HeaderClassName
{
color: #BF6945;
}
.AnyTagClassName
{
color: #BF6945;
}
</style>
background-color css
<style>
a { background-color: #BF6945; }
a { background-color: rgb(191,105,69); }
div.DivClassName
{
background-color: #BF6945;
}
.BgClassName
{
background-color: #BF6945;
}
</style>
border-color css
<style>
span { border-color: #BF6945; }
span { border-color: rgb(191,105,69); }
td.TdClassName
{
border-color: #BF6945;
}
.TagClassName
{
border-color: #BF6945;
}
</style>