Shades of Red Damask #BF6A44
Tints of Red Damask #BF6A44
RGB
CMYK
RGB Variations
Color information
#BF6A44 (or 0xBF6A44) is known color: Red Damask. HEX triplet: BF, 6A and 44. RGB value is (191,106,68). Sum of RGB (Red+Green+Blue) = 191+106+68=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6A44 is #4095BB. Grayscale: #7F7F7F. Windows color (decimal): -4232636 or 4483775. OLE color: 4483775.
HSL color Cylindrical-coordinate representation of color #BF6A44: hue angle of 18.54º 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 #BF6A44 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 106 | 68 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.25 |
| HSL | 18.54º | 0.49% | 0.51% | - |
| HSV(B) | 18.54º | 0.64% | 0.75% | - |
| XYZ | 27.68 | 21.8 | 8.22 | - |
| YUV | 127.08 | 94.66 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 68 | 0 | 0.45 | 0.64 | 0.25 | 18.54 | 0.49 | 0.51 |
| Hex | BF | 6A | 44 | 0 | 2D | 40 | 19 | 13 | 31 | 33 |
| Octal | 277 | 152 | 104 | 0 | 55 | 100 | 31 | 23 | 61 | 63 |
| Binary | 10111111 | 1101010 | 1000100 | 0 | 101101 | 1000000 | 11001 | 10011 | 110001 | 110011 |
Color Harmonies of #BF6A44
Complementary color
Monochromatic Colors of #BF6A44
Black with #BF6A44
Text Example
Text Example
White with #BF6A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6A44; }
p { color: rgb(191,106,68); }
H1.HeaderClassName
{
color: #BF6A44;
}
.AnyTagClassName
{
color: #BF6A44;
}
</style>
background-color css
<style>
a { background-color: #BF6A44; }
a { background-color: rgb(191,106,68); }
div.DivClassName
{
background-color: #BF6A44;
}
.BgClassName
{
background-color: #BF6A44;
}
</style>
border-color css
<style>
span { border-color: #BF6A44; }
span { border-color: rgb(191,106,68); }
td.TdClassName
{
border-color: #BF6A44;
}
.TagClassName
{
border-color: #BF6A44;
}
</style>