Shades of Chocolate #BD6516
Tints of Chocolate #BD6516
RGB
CMYK
RGB Variations
Color information
#BD6516 (or 0xBD6516) is known color: Chocolate. HEX triplet: BD, 65 and 16. RGB value is (189,101,22). Sum of RGB (Red+Green+Blue) = 189+101+22=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6516 is #429AE9. Grayscale: #767676. Windows color (decimal): -4365034 or 1467837. OLE color: 1467837.
HSL color Cylindrical-coordinate representation of color #BD6516: hue angle of 28.38º 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 #BD6516 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 22 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.26 |
| HSL | 28.38º | 0.79% | 0.41% | - |
| HSV(B) | 28.38º | 0.88% | 0.74% | - |
| XYZ | 25.78 | 20.18 | 3.3 | - |
| YUV | 118.31 | 73.65 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 22 | 0 | 0.47 | 0.88 | 0.26 | 28.38 | 0.79 | 0.41 |
| Hex | BD | 65 | 16 | 0 | 2F | 58 | 1A | 1C | 4F | 29 |
| Octal | 275 | 145 | 26 | 0 | 57 | 130 | 32 | 34 | 117 | 51 |
| Binary | 10111101 | 1100101 | 10110 | 0 | 101111 | 1011000 | 11010 | 11100 | 1001111 | 101001 |
Color Harmonies of #BD6516
Complementary color
Monochromatic Colors of #BD6516
Black with #BD6516
Text Example
Text Example
White with #BD6516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6516; }
p { color: rgb(189,101,22); }
H1.HeaderClassName
{
color: #BD6516;
}
.AnyTagClassName
{
color: #BD6516;
}
</style>
background-color css
<style>
a { background-color: #BD6516; }
a { background-color: rgb(189,101,22); }
div.DivClassName
{
background-color: #BD6516;
}
.BgClassName
{
background-color: #BD6516;
}
</style>
border-color css
<style>
span { border-color: #BD6516; }
span { border-color: rgb(189,101,22); }
td.TdClassName
{
border-color: #BD6516;
}
.TagClassName
{
border-color: #BD6516;
}
</style>