Shades of Chocolate #BD6013
Tints of Chocolate #BD6013
RGB
CMYK
RGB Variations
Color information
#BD6013 (or 0xBD6013) is known color: Chocolate. HEX triplet: BD, 60 and 13. RGB value is (189,96,19). Sum of RGB (Red+Green+Blue) = 189+96+19=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6013 is #429FEC. Grayscale: #737373. Windows color (decimal): -4366317 or 1269949. OLE color: 1269949.
HSL color Cylindrical-coordinate representation of color #BD6013: hue angle of 27.18º degrees, saturation: 0.82, 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 #BD6013 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 19 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.26 |
| HSL | 27.18º | 0.82% | 0.41% | - |
| HSV(B) | 27.18º | 0.9% | 0.74% | - |
| XYZ | 25.29 | 19.23 | 3 | - |
| YUV | 115.03 | 73.81 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 19 | 0 | 0.49 | 0.90 | 0.26 | 27.18 | 0.82 | 0.41 |
| Hex | BD | 60 | 13 | 0 | 31 | 5A | 1A | 1B | 52 | 29 |
| Octal | 275 | 140 | 23 | 0 | 61 | 132 | 32 | 33 | 122 | 51 |
| Binary | 10111101 | 1100000 | 10011 | 0 | 110001 | 1011010 | 11010 | 11011 | 1010010 | 101001 |
Color Harmonies of #BD6013
Complementary color
Monochromatic Colors of #BD6013
Black with #BD6013
Text Example
Text Example
White with #BD6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6013; }
p { color: rgb(189,96,19); }
H1.HeaderClassName
{
color: #BD6013;
}
.AnyTagClassName
{
color: #BD6013;
}
</style>
background-color css
<style>
a { background-color: #BD6013; }
a { background-color: rgb(189,96,19); }
div.DivClassName
{
background-color: #BD6013;
}
.BgClassName
{
background-color: #BD6013;
}
</style>
border-color css
<style>
span { border-color: #BD6013; }
span { border-color: rgb(189,96,19); }
td.TdClassName
{
border-color: #BD6013;
}
.TagClassName
{
border-color: #BD6013;
}
</style>