Shades of Chocolate #BE6912
Tints of Chocolate #BE6912
RGB
CMYK
RGB Variations
Color information
#BE6912 (or 0xBE6912) is known color: Chocolate. HEX triplet: BE, 69 and 12. RGB value is (190,105,18). Sum of RGB (Red+Green+Blue) = 190+105+18=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6912 is #4196ED. Grayscale: #787878. Windows color (decimal): -4298478 or 1206718. OLE color: 1206718.
HSL color Cylindrical-coordinate representation of color #BE6912: hue angle of 30.35º 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 #BE6912 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 18 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.25 |
| HSL | 30.35º | 0.83% | 0.41% | - |
| HSV(B) | 30.35º | 0.91% | 0.75% | - |
| XYZ | 26.4 | 21.09 | 3.25 | - |
| YUV | 120.5 | 70.16 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 18 | 0 | 0.45 | 0.91 | 0.25 | 30.35 | 0.83 | 0.41 |
| Hex | BE | 69 | 12 | 0 | 2D | 5B | 19 | 1E | 53 | 29 |
| Octal | 276 | 151 | 22 | 0 | 55 | 133 | 31 | 36 | 123 | 51 |
| Binary | 10111110 | 1101001 | 10010 | 0 | 101101 | 1011011 | 11001 | 11110 | 1010011 | 101001 |
Color Harmonies of #BE6912
Complementary color
Monochromatic Colors of #BE6912
Black with #BE6912
Text Example
Text Example
White with #BE6912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6912; }
p { color: rgb(190,105,18); }
H1.HeaderClassName
{
color: #BE6912;
}
.AnyTagClassName
{
color: #BE6912;
}
</style>
background-color css
<style>
a { background-color: #BE6912; }
a { background-color: rgb(190,105,18); }
div.DivClassName
{
background-color: #BE6912;
}
.BgClassName
{
background-color: #BE6912;
}
</style>
border-color css
<style>
span { border-color: #BE6912; }
span { border-color: rgb(190,105,18); }
td.TdClassName
{
border-color: #BE6912;
}
.TagClassName
{
border-color: #BE6912;
}
</style>