Shades of Chocolate #BD6512
Tints of Chocolate #BD6512
RGB
CMYK
RGB Variations
Color information
#BD6512 (or 0xBD6512) is known color: Chocolate. HEX triplet: BD, 65 and 12. RGB value is (189,101,18). Sum of RGB (Red+Green+Blue) = 189+101+18=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6512 is #429AED. Grayscale: #767676. Windows color (decimal): -4365038 or 1205693. OLE color: 1205693.
HSL color Cylindrical-coordinate representation of color #BD6512: hue angle of 29.12º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD6512 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 18 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.26 |
| HSL | 29.12º | 0.83% | 0.41% | - |
| HSV(B) | 29.12º | 0.9% | 0.74% | - |
| XYZ | 25.75 | 20.17 | 3.11 | - |
| YUV | 117.85 | 71.65 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 18 | 0 | 0.47 | 0.90 | 0.26 | 29.12 | 0.83 | 0.41 |
| Hex | BD | 65 | 12 | 0 | 2F | 5A | 1A | 1D | 53 | 29 |
| Octal | 275 | 145 | 22 | 0 | 57 | 132 | 32 | 35 | 123 | 51 |
| Binary | 10111101 | 1100101 | 10010 | 0 | 101111 | 1011010 | 11010 | 11101 | 1010011 | 101001 |
Color Harmonies of #BD6512
Complementary color
Monochromatic Colors of #BD6512
Black with #BD6512
Text Example
Text Example
White with #BD6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6512; }
p { color: rgb(189,101,18); }
H1.HeaderClassName
{
color: #BD6512;
}
.AnyTagClassName
{
color: #BD6512;
}
</style>
background-color css
<style>
a { background-color: #BD6512; }
a { background-color: rgb(189,101,18); }
div.DivClassName
{
background-color: #BD6512;
}
.BgClassName
{
background-color: #BD6512;
}
</style>
border-color css
<style>
span { border-color: #BD6512; }
span { border-color: rgb(189,101,18); }
td.TdClassName
{
border-color: #BD6512;
}
.TagClassName
{
border-color: #BD6512;
}
</style>