Shades of Chocolate #BE6517
Tints of Chocolate #BE6517
RGB
CMYK
RGB Variations
Color information
#BE6517 (or 0xBE6517) is known color: Chocolate. HEX triplet: BE, 65 and 17. RGB value is (190,101,23). Sum of RGB (Red+Green+Blue) = 190+101+23=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6517 is #419AE8. Grayscale: #777777. Windows color (decimal): -4299497 or 1533374. OLE color: 1533374.
HSL color Cylindrical-coordinate representation of color #BE6517: hue angle of 28.02º 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 #BE6517 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 23 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.25 |
| HSL | 28.02º | 0.78% | 0.42% | - |
| HSV(B) | 28.02º | 0.88% | 0.75% | - |
| XYZ | 26.04 | 20.32 | 3.36 | - |
| YUV | 118.72 | 73.99 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 23 | 0 | 0.47 | 0.88 | 0.25 | 28.02 | 0.78 | 0.42 |
| Hex | BE | 65 | 17 | 0 | 2F | 58 | 19 | 1C | 4E | 2A |
| Octal | 276 | 145 | 27 | 0 | 57 | 130 | 31 | 34 | 116 | 52 |
| Binary | 10111110 | 1100101 | 10111 | 0 | 101111 | 1011000 | 11001 | 11100 | 1001110 | 101010 |
Color Harmonies of #BE6517
Complementary color
Monochromatic Colors of #BE6517
Black with #BE6517
Text Example
Text Example
White with #BE6517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6517; }
p { color: rgb(190,101,23); }
H1.HeaderClassName
{
color: #BE6517;
}
.AnyTagClassName
{
color: #BE6517;
}
</style>
background-color css
<style>
a { background-color: #BE6517; }
a { background-color: rgb(190,101,23); }
div.DivClassName
{
background-color: #BE6517;
}
.BgClassName
{
background-color: #BE6517;
}
</style>
border-color css
<style>
span { border-color: #BE6517; }
span { border-color: rgb(190,101,23); }
td.TdClassName
{
border-color: #BE6517;
}
.TagClassName
{
border-color: #BE6517;
}
</style>