Shades of Chocolate #BD6718
Tints of Chocolate #BD6718
RGB
CMYK
RGB Variations
Color information
#BD6718 (or 0xBD6718) is known color: Chocolate. HEX triplet: BD, 67 and 18. RGB value is (189,103,24). Sum of RGB (Red+Green+Blue) = 189+103+24=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6718 is #4298E7. Grayscale: #787878. Windows color (decimal): -4364520 or 1599421. OLE color: 1599421.
HSL color Cylindrical-coordinate representation of color #BD6718: hue angle of 28.73º 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 #BD6718 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 24 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.26 |
| HSL | 28.73º | 0.77% | 0.42% | - |
| HSV(B) | 28.73º | 0.87% | 0.74% | - |
| XYZ | 26 | 20.59 | 3.47 | - |
| YUV | 119.71 | 73.99 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 24 | 0 | 0.46 | 0.87 | 0.26 | 28.73 | 0.77 | 0.42 |
| Hex | BD | 67 | 18 | 0 | 2E | 57 | 1A | 1D | 4D | 2A |
| Octal | 275 | 147 | 30 | 0 | 56 | 127 | 32 | 35 | 115 | 52 |
| Binary | 10111101 | 1100111 | 11000 | 0 | 101110 | 1010111 | 11010 | 11101 | 1001101 | 101010 |
Color Harmonies of #BD6718
Complementary color
Monochromatic Colors of #BD6718
Black with #BD6718
Text Example
Text Example
White with #BD6718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6718; }
p { color: rgb(189,103,24); }
H1.HeaderClassName
{
color: #BD6718;
}
.AnyTagClassName
{
color: #BD6718;
}
</style>
background-color css
<style>
a { background-color: #BD6718; }
a { background-color: rgb(189,103,24); }
div.DivClassName
{
background-color: #BD6718;
}
.BgClassName
{
background-color: #BD6718;
}
</style>
border-color css
<style>
span { border-color: #BD6718; }
span { border-color: rgb(189,103,24); }
td.TdClassName
{
border-color: #BD6718;
}
.TagClassName
{
border-color: #BD6718;
}
</style>