Shades of Red Damask #BE714A
Tints of Red Damask #BE714A
RGB
CMYK
RGB Variations
Color information
#BE714A (or 0xBE714A) is known color: Red Damask. HEX triplet: BE, 71 and 4A. RGB value is (190,113,74). Sum of RGB (Red+Green+Blue) = 190+113+74=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE714A is #418EB5. Grayscale: #838383. Windows color (decimal): -4296374 or 4878782. OLE color: 4878782.
HSL color Cylindrical-coordinate representation of color #BE714A: hue angle of 20.17º degrees, saturation: 0.47, 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 #BE714A is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 74 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.25 |
| HSL | 20.17º | 0.47% | 0.52% | - |
| HSV(B) | 20.17º | 0.61% | 0.75% | - |
| XYZ | 28.38 | 23.25 | 9.47 | - |
| YUV | 131.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 74 | 0 | 0.41 | 0.61 | 0.25 | 20.17 | 0.47 | 0.52 |
| Hex | BE | 71 | 4A | 0 | 29 | 3D | 19 | 14 | 2F | 34 |
| Octal | 276 | 161 | 112 | 0 | 51 | 75 | 31 | 24 | 57 | 64 |
| Binary | 10111110 | 1110001 | 1001010 | 0 | 101001 | 111101 | 11001 | 10100 | 101111 | 110100 |
Color Harmonies of #BE714A
Complementary color
Monochromatic Colors of #BE714A
Black with #BE714A
Text Example
Text Example
White with #BE714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE714A; }
p { color: rgb(190,113,74); }
H1.HeaderClassName
{
color: #BE714A;
}
.AnyTagClassName
{
color: #BE714A;
}
</style>
background-color css
<style>
a { background-color: #BE714A; }
a { background-color: rgb(190,113,74); }
div.DivClassName
{
background-color: #BE714A;
}
.BgClassName
{
background-color: #BE714A;
}
</style>
border-color css
<style>
span { border-color: #BE714A; }
span { border-color: rgb(190,113,74); }
td.TdClassName
{
border-color: #BE714A;
}
.TagClassName
{
border-color: #BE714A;
}
</style>