Shades of Chocolate #BD690D
Tints of Chocolate #BD690D
RGB
CMYK
RGB Variations
Color information
#BD690D (or 0xBD690D) is known color: Chocolate. HEX triplet: BD, 69 and 0D. RGB value is (189,105,13). Sum of RGB (Red+Green+Blue) = 189+105+13=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD690D is #4296F2. Grayscale: #787878. Windows color (decimal): -4364019 or 879037. OLE color: 879037.
HSL color Cylindrical-coordinate representation of color #BD690D: hue angle of 31.36º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD690D is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 13 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.26 |
| HSL | 31.36º | 0.87% | 0.4% | - |
| HSV(B) | 31.36º | 0.93% | 0.74% | - |
| XYZ | 26.11 | 20.95 | 3.05 | - |
| YUV | 119.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 13 | 0 | 0.44 | 0.93 | 0.26 | 31.36 | 0.87 | 0.4 |
| Hex | BD | 69 | D | 0 | 2C | 5D | 1A | 1F | 57 | 28 |
| Octal | 275 | 151 | 15 | 0 | 54 | 135 | 32 | 37 | 127 | 50 |
| Binary | 10111101 | 1101001 | 1101 | 0 | 101100 | 1011101 | 11010 | 11111 | 1010111 | 101000 |
Color Harmonies of #BD690D
Complementary color
Monochromatic Colors of #BD690D
Black with #BD690D
Text Example
Text Example
White with #BD690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD690D; }
p { color: rgb(189,105,13); }
H1.HeaderClassName
{
color: #BD690D;
}
.AnyTagClassName
{
color: #BD690D;
}
</style>
background-color css
<style>
a { background-color: #BD690D; }
a { background-color: rgb(189,105,13); }
div.DivClassName
{
background-color: #BD690D;
}
.BgClassName
{
background-color: #BD690D;
}
</style>
border-color css
<style>
span { border-color: #BD690D; }
span { border-color: rgb(189,105,13); }
td.TdClassName
{
border-color: #BD690D;
}
.TagClassName
{
border-color: #BD690D;
}
</style>