Shades of Chocolate #BE5D17
Tints of Chocolate #BE5D17
RGB
CMYK
RGB Variations
Color information
#BE5D17 (or 0xBE5D17) is known color: Chocolate. HEX triplet: BE, 5D and 17. RGB value is (190,93,23). Sum of RGB (Red+Green+Blue) = 190+93+23=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5D17 is #41A2E8. Grayscale: #727272. Windows color (decimal): -4301545 or 1531326. OLE color: 1531326.
HSL color Cylindrical-coordinate representation of color #BE5D17: hue angle of 25.15º 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 #BE5D17 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 23 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.25 |
| HSL | 25.15º | 0.78% | 0.42% | - |
| HSV(B) | 25.15º | 0.88% | 0.75% | - |
| XYZ | 25.3 | 18.84 | 3.11 | - |
| YUV | 114.02 | 76.64 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 23 | 0 | 0.51 | 0.88 | 0.25 | 25.15 | 0.78 | 0.42 |
| Hex | BE | 5D | 17 | 0 | 33 | 58 | 19 | 19 | 4E | 2A |
| Octal | 276 | 135 | 27 | 0 | 63 | 130 | 31 | 31 | 116 | 52 |
| Binary | 10111110 | 1011101 | 10111 | 0 | 110011 | 1011000 | 11001 | 11001 | 1001110 | 101010 |
Color Harmonies of #BE5D17
Complementary color
Monochromatic Colors of #BE5D17
Black with #BE5D17
Text Example
Text Example
White with #BE5D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D17; }
p { color: rgb(190,93,23); }
H1.HeaderClassName
{
color: #BE5D17;
}
.AnyTagClassName
{
color: #BE5D17;
}
</style>
background-color css
<style>
a { background-color: #BE5D17; }
a { background-color: rgb(190,93,23); }
div.DivClassName
{
background-color: #BE5D17;
}
.BgClassName
{
background-color: #BE5D17;
}
</style>
border-color css
<style>
span { border-color: #BE5D17; }
span { border-color: rgb(190,93,23); }
td.TdClassName
{
border-color: #BE5D17;
}
.TagClassName
{
border-color: #BE5D17;
}
</style>