Shades of Red Damask #BF734C
Tints of Red Damask #BF734C
RGB
CMYK
RGB Variations
Color information
#BF734C (or 0xBF734C) is known color: Red Damask. HEX triplet: BF, 73 and 4C. RGB value is (191,115,76). Sum of RGB (Red+Green+Blue) = 191+115+76=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF734C is #408CB3. Grayscale: #858585. Windows color (decimal): -4230324 or 5010367. OLE color: 5010367.
HSL color Cylindrical-coordinate representation of color #BF734C: hue angle of 20.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF734C is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 76 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.25 |
| HSL | 20.35º | 0.47% | 0.52% | - |
| HSV(B) | 20.35º | 0.6% | 0.75% | - |
| XYZ | 28.92 | 23.86 | 9.92 | - |
| YUV | 133.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 76 | 0 | 0.40 | 0.60 | 0.25 | 20.35 | 0.47 | 0.52 |
| Hex | BF | 73 | 4C | 0 | 28 | 3C | 19 | 14 | 2F | 34 |
| Octal | 277 | 163 | 114 | 0 | 50 | 74 | 31 | 24 | 57 | 64 |
| Binary | 10111111 | 1110011 | 1001100 | 0 | 101000 | 111100 | 11001 | 10100 | 101111 | 110100 |
Color Harmonies of #BF734C
Complementary color
Monochromatic Colors of #BF734C
Black with #BF734C
Text Example
Text Example
White with #BF734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF734C; }
p { color: rgb(191,115,76); }
H1.HeaderClassName
{
color: #BF734C;
}
.AnyTagClassName
{
color: #BF734C;
}
</style>
background-color css
<style>
a { background-color: #BF734C; }
a { background-color: rgb(191,115,76); }
div.DivClassName
{
background-color: #BF734C;
}
.BgClassName
{
background-color: #BF734C;
}
</style>
border-color css
<style>
span { border-color: #BF734C; }
span { border-color: rgb(191,115,76); }
td.TdClassName
{
border-color: #BF734C;
}
.TagClassName
{
border-color: #BF734C;
}
</style>