Shades of Chocolate #BE6514
Tints of Chocolate #BE6514
RGB
CMYK
RGB Variations
Color information
#BE6514 (or 0xBE6514) is known color: Chocolate. HEX triplet: BE, 65 and 14. RGB value is (190,101,20). Sum of RGB (Red+Green+Blue) = 190+101+20=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6514 is #419AEB. Grayscale: #767676. Windows color (decimal): -4299500 or 1336766. OLE color: 1336766.
HSL color Cylindrical-coordinate representation of color #BE6514: hue angle of 28.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE6514 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 20 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.25 |
| HSL | 28.59º | 0.81% | 0.41% | - |
| HSV(B) | 28.59º | 0.89% | 0.75% | - |
| XYZ | 26.02 | 20.31 | 3.21 | - |
| YUV | 118.38 | 72.49 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 20 | 0 | 0.47 | 0.89 | 0.25 | 28.59 | 0.81 | 0.41 |
| Hex | BE | 65 | 14 | 0 | 2F | 59 | 19 | 1D | 51 | 29 |
| Octal | 276 | 145 | 24 | 0 | 57 | 131 | 31 | 35 | 121 | 51 |
| Binary | 10111110 | 1100101 | 10100 | 0 | 101111 | 1011001 | 11001 | 11101 | 1010001 | 101001 |
Color Harmonies of #BE6514
Complementary color
Monochromatic Colors of #BE6514
Black with #BE6514
Text Example
Text Example
White with #BE6514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6514; }
p { color: rgb(190,101,20); }
H1.HeaderClassName
{
color: #BE6514;
}
.AnyTagClassName
{
color: #BE6514;
}
</style>
background-color css
<style>
a { background-color: #BE6514; }
a { background-color: rgb(190,101,20); }
div.DivClassName
{
background-color: #BE6514;
}
.BgClassName
{
background-color: #BE6514;
}
</style>
border-color css
<style>
span { border-color: #BE6514; }
span { border-color: rgb(190,101,20); }
td.TdClassName
{
border-color: #BE6514;
}
.TagClassName
{
border-color: #BE6514;
}
</style>