Shades of Chocolate #BD6510
Tints of Chocolate #BD6510
RGB
CMYK
RGB Variations
Color information
#BD6510 (or 0xBD6510) is known color: Chocolate. HEX triplet: BD, 65 and 10. RGB value is (189,101,16). Sum of RGB (Red+Green+Blue) = 189+101+16=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6510 is #429AEF. Grayscale: #767676. Windows color (decimal): -4365040 or 1074621. OLE color: 1074621.
HSL color Cylindrical-coordinate representation of color #BD6510: hue angle of 29.48º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD6510 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 16 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.26 |
| HSL | 29.48º | 0.84% | 0.4% | - |
| HSV(B) | 29.48º | 0.92% | 0.74% | - |
| XYZ | 25.73 | 20.16 | 3.03 | - |
| YUV | 117.62 | 70.65 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 16 | 0 | 0.47 | 0.92 | 0.26 | 29.48 | 0.84 | 0.4 |
| Hex | BD | 65 | 10 | 0 | 2F | 5C | 1A | 1D | 54 | 28 |
| Octal | 275 | 145 | 20 | 0 | 57 | 134 | 32 | 35 | 124 | 50 |
| Binary | 10111101 | 1100101 | 10000 | 0 | 101111 | 1011100 | 11010 | 11101 | 1010100 | 101000 |
Color Harmonies of #BD6510
Complementary color
Monochromatic Colors of #BD6510
Black with #BD6510
Text Example
Text Example
White with #BD6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6510; }
p { color: rgb(189,101,16); }
H1.HeaderClassName
{
color: #BD6510;
}
.AnyTagClassName
{
color: #BD6510;
}
</style>
background-color css
<style>
a { background-color: #BD6510; }
a { background-color: rgb(189,101,16); }
div.DivClassName
{
background-color: #BD6510;
}
.BgClassName
{
background-color: #BD6510;
}
</style>
border-color css
<style>
span { border-color: #BD6510; }
span { border-color: rgb(189,101,16); }
td.TdClassName
{
border-color: #BD6510;
}
.TagClassName
{
border-color: #BD6510;
}
</style>