Shades of Chocolate #BE6812
Tints of Chocolate #BE6812
RGB
CMYK
RGB Variations
Color information
#BE6812 (or 0xBE6812) is known color: Chocolate. HEX triplet: BE, 68 and 12. RGB value is (190,104,18). Sum of RGB (Red+Green+Blue) = 190+104+18=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6812 is #4197ED. Grayscale: #787878. Windows color (decimal): -4298734 or 1206462. OLE color: 1206462.
HSL color Cylindrical-coordinate representation of color #BE6812: hue angle of 30º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE6812 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 18 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.25 |
| HSL | 30º | 0.83% | 0.41% | - |
| HSV(B) | 30º | 0.91% | 0.75% | - |
| XYZ | 26.29 | 20.89 | 3.22 | - |
| YUV | 119.91 | 70.49 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 18 | 0 | 0.45 | 0.91 | 0.25 | 30 | 0.83 | 0.41 |
| Hex | BE | 68 | 12 | 0 | 2D | 5B | 19 | 1E | 53 | 29 |
| Octal | 276 | 150 | 22 | 0 | 55 | 133 | 31 | 36 | 123 | 51 |
| Binary | 10111110 | 1101000 | 10010 | 0 | 101101 | 1011011 | 11001 | 11110 | 1010011 | 101001 |
Color Harmonies of #BE6812
Complementary color
Monochromatic Colors of #BE6812
Black with #BE6812
Text Example
Text Example
White with #BE6812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6812; }
p { color: rgb(190,104,18); }
H1.HeaderClassName
{
color: #BE6812;
}
.AnyTagClassName
{
color: #BE6812;
}
</style>
background-color css
<style>
a { background-color: #BE6812; }
a { background-color: rgb(190,104,18); }
div.DivClassName
{
background-color: #BE6812;
}
.BgClassName
{
background-color: #BE6812;
}
</style>
border-color css
<style>
span { border-color: #BE6812; }
span { border-color: rgb(190,104,18); }
td.TdClassName
{
border-color: #BE6812;
}
.TagClassName
{
border-color: #BE6812;
}
</style>