Shades of Red Damask #BE694C
Tints of Red Damask #BE694C
RGB
CMYK
RGB Variations
Color information
#BE694C (or 0xBE694C) is known color: Red Damask. HEX triplet: BE, 69 and 4C. RGB value is (190,105,76). Sum of RGB (Red+Green+Blue) = 190+105+76=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE694C is #4196B3. Grayscale: #7F7F7F. Windows color (decimal): -4298420 or 5007806. OLE color: 5007806.
HSL color Cylindrical-coordinate representation of color #BE694C: hue angle of 15.26º 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 #BE694C is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 76 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.25 |
| HSL | 15.26º | 0.47% | 0.52% | - |
| HSV(B) | 15.26º | 0.6% | 0.75% | - |
| XYZ | 27.59 | 21.57 | 9.55 | - |
| YUV | 127.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 76 | 0 | 0.45 | 0.60 | 0.25 | 15.26 | 0.47 | 0.52 |
| Hex | BE | 69 | 4C | 0 | 2D | 3C | 19 | F | 2F | 34 |
| Octal | 276 | 151 | 114 | 0 | 55 | 74 | 31 | 17 | 57 | 64 |
| Binary | 10111110 | 1101001 | 1001100 | 0 | 101101 | 111100 | 11001 | 1111 | 101111 | 110100 |
Color Harmonies of #BE694C
Complementary color
Monochromatic Colors of #BE694C
Black with #BE694C
Text Example
Text Example
White with #BE694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE694C; }
p { color: rgb(190,105,76); }
H1.HeaderClassName
{
color: #BE694C;
}
.AnyTagClassName
{
color: #BE694C;
}
</style>
background-color css
<style>
a { background-color: #BE694C; }
a { background-color: rgb(190,105,76); }
div.DivClassName
{
background-color: #BE694C;
}
.BgClassName
{
background-color: #BE694C;
}
</style>
border-color css
<style>
span { border-color: #BE694C; }
span { border-color: rgb(190,105,76); }
td.TdClassName
{
border-color: #BE694C;
}
.TagClassName
{
border-color: #BE694C;
}
</style>