Shades of Chocolate #BE690D
Tints of Chocolate #BE690D
RGB
CMYK
RGB Variations
Color information
#BE690D (or 0xBE690D) is known color: Chocolate. HEX triplet: BE, 69 and 0D. RGB value is (190,105,13). Sum of RGB (Red+Green+Blue) = 190+105+13=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE690D is #4196F2. Grayscale: #787878. Windows color (decimal): -4298483 or 879038. OLE color: 879038.
HSL color Cylindrical-coordinate representation of color #BE690D: hue angle of 31.19º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE690D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 13 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.25 |
| HSL | 31.19º | 0.87% | 0.4% | - |
| HSV(B) | 31.19º | 0.93% | 0.75% | - |
| XYZ | 26.36 | 21.08 | 3.06 | - |
| YUV | 119.93 | 67.66 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 13 | 0 | 0.45 | 0.93 | 0.25 | 31.19 | 0.87 | 0.4 |
| Hex | BE | 69 | D | 0 | 2D | 5D | 19 | 1F | 57 | 28 |
| Octal | 276 | 151 | 15 | 0 | 55 | 135 | 31 | 37 | 127 | 50 |
| Binary | 10111110 | 1101001 | 1101 | 0 | 101101 | 1011101 | 11001 | 11111 | 1010111 | 101000 |
Color Harmonies of #BE690D
Complementary color
Monochromatic Colors of #BE690D
Black with #BE690D
Text Example
Text Example
White with #BE690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE690D; }
p { color: rgb(190,105,13); }
H1.HeaderClassName
{
color: #BE690D;
}
.AnyTagClassName
{
color: #BE690D;
}
</style>
background-color css
<style>
a { background-color: #BE690D; }
a { background-color: rgb(190,105,13); }
div.DivClassName
{
background-color: #BE690D;
}
.BgClassName
{
background-color: #BE690D;
}
</style>
border-color css
<style>
span { border-color: #BE690D; }
span { border-color: rgb(190,105,13); }
td.TdClassName
{
border-color: #BE690D;
}
.TagClassName
{
border-color: #BE690D;
}
</style>