Shades of Chocolate #BE6914
Tints of Chocolate #BE6914
RGB
CMYK
RGB Variations
Color information
#BE6914 (or 0xBE6914) is known color: Chocolate. HEX triplet: BE, 69 and 14. RGB value is (190,105,20). Sum of RGB (Red+Green+Blue) = 190+105+20=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6914 is #4196EB. Grayscale: #797979. Windows color (decimal): -4298476 or 1337790. OLE color: 1337790.
HSL color Cylindrical-coordinate representation of color #BE6914: hue angle of 30º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE6914 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 20 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.25 |
| HSL | 30º | 0.81% | 0.41% | - |
| HSV(B) | 30º | 0.89% | 0.75% | - |
| XYZ | 26.41 | 21.1 | 3.34 | - |
| YUV | 120.73 | 71.16 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 20 | 0 | 0.45 | 0.89 | 0.25 | 30 | 0.81 | 0.41 |
| Hex | BE | 69 | 14 | 0 | 2D | 59 | 19 | 1E | 51 | 29 |
| Octal | 276 | 151 | 24 | 0 | 55 | 131 | 31 | 36 | 121 | 51 |
| Binary | 10111110 | 1101001 | 10100 | 0 | 101101 | 1011001 | 11001 | 11110 | 1010001 | 101001 |
Color Harmonies of #BE6914
Complementary color
Monochromatic Colors of #BE6914
Black with #BE6914
Text Example
Text Example
White with #BE6914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6914; }
p { color: rgb(190,105,20); }
H1.HeaderClassName
{
color: #BE6914;
}
.AnyTagClassName
{
color: #BE6914;
}
</style>
background-color css
<style>
a { background-color: #BE6914; }
a { background-color: rgb(190,105,20); }
div.DivClassName
{
background-color: #BE6914;
}
.BgClassName
{
background-color: #BE6914;
}
</style>
border-color css
<style>
span { border-color: #BE6914; }
span { border-color: rgb(190,105,20); }
td.TdClassName
{
border-color: #BE6914;
}
.TagClassName
{
border-color: #BE6914;
}
</style>