Shades of Chocolate #BE6710
Tints of Chocolate #BE6710
RGB
CMYK
RGB Variations
Color information
#BE6710 (or 0xBE6710) is known color: Chocolate. HEX triplet: BE, 67 and 10. RGB value is (190,103,16). Sum of RGB (Red+Green+Blue) = 190+103+16=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6710 is #4198EF. Grayscale: #777777. Windows color (decimal): -4298992 or 1075134. OLE color: 1075134.
HSL color Cylindrical-coordinate representation of color #BE6710: hue angle of 30º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE6710 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 16 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.25 |
| HSL | 30º | 0.84% | 0.4% | - |
| HSV(B) | 30º | 0.92% | 0.75% | - |
| XYZ | 26.18 | 20.69 | 3.1 | - |
| YUV | 119.1 | 69.82 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 16 | 0 | 0.46 | 0.92 | 0.25 | 30 | 0.84 | 0.4 |
| Hex | BE | 67 | 10 | 0 | 2E | 5C | 19 | 1E | 54 | 28 |
| Octal | 276 | 147 | 20 | 0 | 56 | 134 | 31 | 36 | 124 | 50 |
| Binary | 10111110 | 1100111 | 10000 | 0 | 101110 | 1011100 | 11001 | 11110 | 1010100 | 101000 |
Color Harmonies of #BE6710
Complementary color
Monochromatic Colors of #BE6710
Black with #BE6710
Text Example
Text Example
White with #BE6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6710; }
p { color: rgb(190,103,16); }
H1.HeaderClassName
{
color: #BE6710;
}
.AnyTagClassName
{
color: #BE6710;
}
</style>
background-color css
<style>
a { background-color: #BE6710; }
a { background-color: rgb(190,103,16); }
div.DivClassName
{
background-color: #BE6710;
}
.BgClassName
{
background-color: #BE6710;
}
</style>
border-color css
<style>
span { border-color: #BE6710; }
span { border-color: rgb(190,103,16); }
td.TdClassName
{
border-color: #BE6710;
}
.TagClassName
{
border-color: #BE6710;
}
</style>