Shades of Chocolate #BE6712
Tints of Chocolate #BE6712
RGB
CMYK
RGB Variations
Color information
#BE6712 (or 0xBE6712) is known color: Chocolate. HEX triplet: BE, 67 and 12. RGB value is (190,103,18). Sum of RGB (Red+Green+Blue) = 190+103+18=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6712 is #4198ED. Grayscale: #777777. Windows color (decimal): -4298990 or 1206206. OLE color: 1206206.
HSL color Cylindrical-coordinate representation of color #BE6712: hue angle of 29.65º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE6712 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 18 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.25 |
| HSL | 29.65º | 0.83% | 0.41% | - |
| HSV(B) | 29.65º | 0.91% | 0.75% | - |
| XYZ | 26.19 | 20.69 | 3.19 | - |
| YUV | 119.32 | 70.82 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 18 | 0 | 0.46 | 0.91 | 0.25 | 29.65 | 0.83 | 0.41 |
| Hex | BE | 67 | 12 | 0 | 2E | 5B | 19 | 1E | 53 | 29 |
| Octal | 276 | 147 | 22 | 0 | 56 | 133 | 31 | 36 | 123 | 51 |
| Binary | 10111110 | 1100111 | 10010 | 0 | 101110 | 1011011 | 11001 | 11110 | 1010011 | 101001 |
Color Harmonies of #BE6712
Complementary color
Monochromatic Colors of #BE6712
Black with #BE6712
Text Example
Text Example
White with #BE6712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6712; }
p { color: rgb(190,103,18); }
H1.HeaderClassName
{
color: #BE6712;
}
.AnyTagClassName
{
color: #BE6712;
}
</style>
background-color css
<style>
a { background-color: #BE6712; }
a { background-color: rgb(190,103,18); }
div.DivClassName
{
background-color: #BE6712;
}
.BgClassName
{
background-color: #BE6712;
}
</style>
border-color css
<style>
span { border-color: #BE6712; }
span { border-color: rgb(190,103,18); }
td.TdClassName
{
border-color: #BE6712;
}
.TagClassName
{
border-color: #BE6712;
}
</style>