Shades of Chocolate #BD6818
Tints of Chocolate #BD6818
RGB
CMYK
RGB Variations
Color information
#BD6818 (or 0xBD6818) is known color: Chocolate. HEX triplet: BD, 68 and 18. RGB value is (189,104,24). Sum of RGB (Red+Green+Blue) = 189+104+24=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6818 is #4297E7. Grayscale: #787878. Windows color (decimal): -4364264 or 1599677. OLE color: 1599677.
HSL color Cylindrical-coordinate representation of color #BD6818: hue angle of 29.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD6818 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 24 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.26 |
| HSL | 29.09º | 0.77% | 0.42% | - |
| HSV(B) | 29.09º | 0.87% | 0.74% | - |
| XYZ | 26.1 | 20.79 | 3.5 | - |
| YUV | 120.3 | 73.66 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 24 | 0 | 0.45 | 0.87 | 0.26 | 29.09 | 0.77 | 0.42 |
| Hex | BD | 68 | 18 | 0 | 2D | 57 | 1A | 1D | 4D | 2A |
| Octal | 275 | 150 | 30 | 0 | 55 | 127 | 32 | 35 | 115 | 52 |
| Binary | 10111101 | 1101000 | 11000 | 0 | 101101 | 1010111 | 11010 | 11101 | 1001101 | 101010 |
Color Harmonies of #BD6818
Complementary color
Monochromatic Colors of #BD6818
Black with #BD6818
Text Example
Text Example
White with #BD6818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6818; }
p { color: rgb(189,104,24); }
H1.HeaderClassName
{
color: #BD6818;
}
.AnyTagClassName
{
color: #BD6818;
}
</style>
background-color css
<style>
a { background-color: #BD6818; }
a { background-color: rgb(189,104,24); }
div.DivClassName
{
background-color: #BD6818;
}
.BgClassName
{
background-color: #BD6818;
}
</style>
border-color css
<style>
span { border-color: #BD6818; }
span { border-color: rgb(189,104,24); }
td.TdClassName
{
border-color: #BD6818;
}
.TagClassName
{
border-color: #BD6818;
}
</style>