Shades of Chocolate #BD6715
Tints of Chocolate #BD6715
RGB
CMYK
RGB Variations
Color information
#BD6715 (or 0xBD6715) is known color: Chocolate. HEX triplet: BD, 67 and 15. RGB value is (189,103,21). Sum of RGB (Red+Green+Blue) = 189+103+21=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6715 is #4298EA. Grayscale: #777777. Windows color (decimal): -4364523 or 1402813. OLE color: 1402813.
HSL color Cylindrical-coordinate representation of color #BD6715: hue angle of 29.29º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD6715 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 21 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.26 |
| HSL | 29.29º | 0.8% | 0.41% | - |
| HSV(B) | 29.29º | 0.89% | 0.74% | - |
| XYZ | 25.97 | 20.57 | 3.31 | - |
| YUV | 119.37 | 72.49 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 21 | 0 | 0.46 | 0.89 | 0.26 | 29.29 | 0.8 | 0.41 |
| Hex | BD | 67 | 15 | 0 | 2E | 59 | 1A | 1D | 50 | 29 |
| Octal | 275 | 147 | 25 | 0 | 56 | 131 | 32 | 35 | 120 | 51 |
| Binary | 10111101 | 1100111 | 10101 | 0 | 101110 | 1011001 | 11010 | 11101 | 1010000 | 101001 |
Color Harmonies of #BD6715
Complementary color
Monochromatic Colors of #BD6715
Black with #BD6715
Text Example
Text Example
White with #BD6715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6715; }
p { color: rgb(189,103,21); }
H1.HeaderClassName
{
color: #BD6715;
}
.AnyTagClassName
{
color: #BD6715;
}
</style>
background-color css
<style>
a { background-color: #BD6715; }
a { background-color: rgb(189,103,21); }
div.DivClassName
{
background-color: #BD6715;
}
.BgClassName
{
background-color: #BD6715;
}
</style>
border-color css
<style>
span { border-color: #BD6715; }
span { border-color: rgb(189,103,21); }
td.TdClassName
{
border-color: #BD6715;
}
.TagClassName
{
border-color: #BD6715;
}
</style>