Shades of Chocolate #BE6714
Tints of Chocolate #BE6714
RGB
CMYK
RGB Variations
Color information
#BE6714 (or 0xBE6714) is known color: Chocolate. HEX triplet: BE, 67 and 14. RGB value is (190,103,20). Sum of RGB (Red+Green+Blue) = 190+103+20=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6714 is #4198EB. Grayscale: #777777. Windows color (decimal): -4298988 or 1337278. OLE color: 1337278.
HSL color Cylindrical-coordinate representation of color #BE6714: hue angle of 29.29º 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 #BE6714 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 20 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.25 |
| HSL | 29.29º | 0.81% | 0.41% | - |
| HSV(B) | 29.29º | 0.89% | 0.75% | - |
| XYZ | 26.21 | 20.7 | 3.28 | - |
| YUV | 119.55 | 71.82 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 20 | 0 | 0.46 | 0.89 | 0.25 | 29.29 | 0.81 | 0.41 |
| Hex | BE | 67 | 14 | 0 | 2E | 59 | 19 | 1D | 51 | 29 |
| Octal | 276 | 147 | 24 | 0 | 56 | 131 | 31 | 35 | 121 | 51 |
| Binary | 10111110 | 1100111 | 10100 | 0 | 101110 | 1011001 | 11001 | 11101 | 1010001 | 101001 |
Color Harmonies of #BE6714
Complementary color
Monochromatic Colors of #BE6714
Black with #BE6714
Text Example
Text Example
White with #BE6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6714; }
p { color: rgb(190,103,20); }
H1.HeaderClassName
{
color: #BE6714;
}
.AnyTagClassName
{
color: #BE6714;
}
</style>
background-color css
<style>
a { background-color: #BE6714; }
a { background-color: rgb(190,103,20); }
div.DivClassName
{
background-color: #BE6714;
}
.BgClassName
{
background-color: #BE6714;
}
</style>
border-color css
<style>
span { border-color: #BE6714; }
span { border-color: rgb(190,103,20); }
td.TdClassName
{
border-color: #BE6714;
}
.TagClassName
{
border-color: #BE6714;
}
</style>