Shades of Red Damask #BF734A
Tints of Red Damask #BF734A
RGB
CMYK
RGB Variations
Color information
#BF734A (or 0xBF734A) is known color: Red Damask. HEX triplet: BF, 73 and 4A. RGB value is (191,115,74). Sum of RGB (Red+Green+Blue) = 191+115+74=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF734A is #408CB5. Grayscale: #858585. Windows color (decimal): -4230326 or 4879295. OLE color: 4879295.
HSL color Cylindrical-coordinate representation of color #BF734A: hue angle of 21.03º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF734A is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 74 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.25 |
| HSL | 21.03º | 0.48% | 0.52% | - |
| HSV(B) | 21.03º | 0.61% | 0.75% | - |
| XYZ | 28.85 | 23.83 | 9.56 | - |
| YUV | 133.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 74 | 0 | 0.40 | 0.61 | 0.25 | 21.03 | 0.48 | 0.52 |
| Hex | BF | 73 | 4A | 0 | 28 | 3D | 19 | 15 | 30 | 34 |
| Octal | 277 | 163 | 112 | 0 | 50 | 75 | 31 | 25 | 60 | 64 |
| Binary | 10111111 | 1110011 | 1001010 | 0 | 101000 | 111101 | 11001 | 10101 | 110000 | 110100 |
Color Harmonies of #BF734A
Complementary color
Monochromatic Colors of #BF734A
Black with #BF734A
Text Example
Text Example
White with #BF734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF734A; }
p { color: rgb(191,115,74); }
H1.HeaderClassName
{
color: #BF734A;
}
.AnyTagClassName
{
color: #BF734A;
}
</style>
background-color css
<style>
a { background-color: #BF734A; }
a { background-color: rgb(191,115,74); }
div.DivClassName
{
background-color: #BF734A;
}
.BgClassName
{
background-color: #BF734A;
}
</style>
border-color css
<style>
span { border-color: #BF734A; }
span { border-color: rgb(191,115,74); }
td.TdClassName
{
border-color: #BF734A;
}
.TagClassName
{
border-color: #BF734A;
}
</style>