Shades of Chocolate #BE6519
Tints of Chocolate #BE6519
RGB
CMYK
RGB Variations
Color information
#BE6519 (or 0xBE6519) is known color: Chocolate. HEX triplet: BE, 65 and 19. RGB value is (190,101,25). Sum of RGB (Red+Green+Blue) = 190+101+25=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6519 is #419AE6. Grayscale: #777777. Windows color (decimal): -4299495 or 1664446. OLE color: 1664446.
HSL color Cylindrical-coordinate representation of color #BE6519: hue angle of 27.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE6519 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 25 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.25 |
| HSL | 27.64º | 0.77% | 0.42% | - |
| HSV(B) | 27.64º | 0.87% | 0.75% | - |
| XYZ | 26.06 | 20.32 | 3.47 | - |
| YUV | 118.95 | 74.99 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 25 | 0 | 0.47 | 0.87 | 0.25 | 27.64 | 0.77 | 0.42 |
| Hex | BE | 65 | 19 | 0 | 2F | 57 | 19 | 1C | 4D | 2A |
| Octal | 276 | 145 | 31 | 0 | 57 | 127 | 31 | 34 | 115 | 52 |
| Binary | 10111110 | 1100101 | 11001 | 0 | 101111 | 1010111 | 11001 | 11100 | 1001101 | 101010 |
Color Harmonies of #BE6519
Complementary color
Monochromatic Colors of #BE6519
Black with #BE6519
Text Example
Text Example
White with #BE6519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6519; }
p { color: rgb(190,101,25); }
H1.HeaderClassName
{
color: #BE6519;
}
.AnyTagClassName
{
color: #BE6519;
}
</style>
background-color css
<style>
a { background-color: #BE6519; }
a { background-color: rgb(190,101,25); }
div.DivClassName
{
background-color: #BE6519;
}
.BgClassName
{
background-color: #BE6519;
}
</style>
border-color css
<style>
span { border-color: #BE6519; }
span { border-color: rgb(190,101,25); }
td.TdClassName
{
border-color: #BE6519;
}
.TagClassName
{
border-color: #BE6519;
}
</style>