Shades of Chocolate #BE6917
Tints of Chocolate #BE6917
RGB
CMYK
RGB Variations
Color information
#BE6917 (or 0xBE6917) is known color: Chocolate. HEX triplet: BE, 69 and 17. RGB value is (190,105,23). Sum of RGB (Red+Green+Blue) = 190+105+23=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6917 is #4196E8. Grayscale: #797979. Windows color (decimal): -4298473 or 1534398. OLE color: 1534398.
HSL color Cylindrical-coordinate representation of color #BE6917: hue angle of 29.46º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE6917 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 23 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.25 |
| HSL | 29.46º | 0.78% | 0.42% | - |
| HSV(B) | 29.46º | 0.88% | 0.75% | - |
| XYZ | 26.44 | 21.11 | 3.49 | - |
| YUV | 121.07 | 72.66 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 23 | 0 | 0.45 | 0.88 | 0.25 | 29.46 | 0.78 | 0.42 |
| Hex | BE | 69 | 17 | 0 | 2D | 58 | 19 | 1D | 4E | 2A |
| Octal | 276 | 151 | 27 | 0 | 55 | 130 | 31 | 35 | 116 | 52 |
| Binary | 10111110 | 1101001 | 10111 | 0 | 101101 | 1011000 | 11001 | 11101 | 1001110 | 101010 |
Color Harmonies of #BE6917
Complementary color
Monochromatic Colors of #BE6917
Black with #BE6917
Text Example
Text Example
White with #BE6917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6917; }
p { color: rgb(190,105,23); }
H1.HeaderClassName
{
color: #BE6917;
}
.AnyTagClassName
{
color: #BE6917;
}
</style>
background-color css
<style>
a { background-color: #BE6917; }
a { background-color: rgb(190,105,23); }
div.DivClassName
{
background-color: #BE6917;
}
.BgClassName
{
background-color: #BE6917;
}
</style>
border-color css
<style>
span { border-color: #BE6917; }
span { border-color: rgb(190,105,23); }
td.TdClassName
{
border-color: #BE6917;
}
.TagClassName
{
border-color: #BE6917;
}
</style>