Shades of Chocolate #BD6716
Tints of Chocolate #BD6716
RGB
CMYK
RGB Variations
Color information
#BD6716 (or 0xBD6716) is known color: Chocolate. HEX triplet: BD, 67 and 16. RGB value is (189,103,22). Sum of RGB (Red+Green+Blue) = 189+103+22=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6716 is #4298E9. Grayscale: #777777. Windows color (decimal): -4364522 or 1468349. OLE color: 1468349.
HSL color Cylindrical-coordinate representation of color #BD6716: hue angle of 29.1º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD6716 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 22 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.26 |
| HSL | 29.1º | 0.79% | 0.41% | - |
| HSV(B) | 29.1º | 0.88% | 0.74% | - |
| XYZ | 25.98 | 20.58 | 3.36 | - |
| YUV | 119.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 22 | 0 | 0.46 | 0.88 | 0.26 | 29.1 | 0.79 | 0.41 |
| Hex | BD | 67 | 16 | 0 | 2E | 58 | 1A | 1D | 4F | 29 |
| Octal | 275 | 147 | 26 | 0 | 56 | 130 | 32 | 35 | 117 | 51 |
| Binary | 10111101 | 1100111 | 10110 | 0 | 101110 | 1011000 | 11010 | 11101 | 1001111 | 101001 |
Color Harmonies of #BD6716
Complementary color
Monochromatic Colors of #BD6716
Black with #BD6716
Text Example
Text Example
White with #BD6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6716; }
p { color: rgb(189,103,22); }
H1.HeaderClassName
{
color: #BD6716;
}
.AnyTagClassName
{
color: #BD6716;
}
</style>
background-color css
<style>
a { background-color: #BD6716; }
a { background-color: rgb(189,103,22); }
div.DivClassName
{
background-color: #BD6716;
}
.BgClassName
{
background-color: #BD6716;
}
</style>
border-color css
<style>
span { border-color: #BD6716; }
span { border-color: rgb(189,103,22); }
td.TdClassName
{
border-color: #BD6716;
}
.TagClassName
{
border-color: #BD6716;
}
</style>