Shades of Chocolate #BD680E
Tints of Chocolate #BD680E
RGB
CMYK
RGB Variations
Color information
#BD680E (or 0xBD680E) is known color: Chocolate. HEX triplet: BD, 68 and 0E. RGB value is (189,104,14). Sum of RGB (Red+Green+Blue) = 189+104+14=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD680E is #4297F1. Grayscale: #777777. Windows color (decimal): -4364274 or 944317. OLE color: 944317.
HSL color Cylindrical-coordinate representation of color #BD680E: hue angle of 30.86º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD680E is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 14 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.26 |
| HSL | 30.86º | 0.86% | 0.4% | - |
| HSV(B) | 30.86º | 0.93% | 0.74% | - |
| XYZ | 26.02 | 20.75 | 3.05 | - |
| YUV | 119.16 | 68.66 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 14 | 0 | 0.45 | 0.93 | 0.26 | 30.86 | 0.86 | 0.4 |
| Hex | BD | 68 | E | 0 | 2D | 5D | 1A | 1F | 56 | 28 |
| Octal | 275 | 150 | 16 | 0 | 55 | 135 | 32 | 37 | 126 | 50 |
| Binary | 10111101 | 1101000 | 1110 | 0 | 101101 | 1011101 | 11010 | 11111 | 1010110 | 101000 |
Color Harmonies of #BD680E
Complementary color
Monochromatic Colors of #BD680E
Black with #BD680E
Text Example
Text Example
White with #BD680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD680E; }
p { color: rgb(189,104,14); }
H1.HeaderClassName
{
color: #BD680E;
}
.AnyTagClassName
{
color: #BD680E;
}
</style>
background-color css
<style>
a { background-color: #BD680E; }
a { background-color: rgb(189,104,14); }
div.DivClassName
{
background-color: #BD680E;
}
.BgClassName
{
background-color: #BD680E;
}
</style>
border-color css
<style>
span { border-color: #BD680E; }
span { border-color: rgb(189,104,14); }
td.TdClassName
{
border-color: #BD680E;
}
.TagClassName
{
border-color: #BD680E;
}
</style>