Shades of Chocolate #BD680F
Tints of Chocolate #BD680F
RGB
CMYK
RGB Variations
Color information
#BD680F (or 0xBD680F) is known color: Chocolate. HEX triplet: BD, 68 and 0F. RGB value is (189,104,15). Sum of RGB (Red+Green+Blue) = 189+104+15=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD680F is #4297F0. Grayscale: #777777. Windows color (decimal): -4364273 or 1009853. OLE color: 1009853.
HSL color Cylindrical-coordinate representation of color #BD680F: hue angle of 30.69º degrees, saturation: 0.85, 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 #BD680F is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 15 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.26 |
| HSL | 30.69º | 0.85% | 0.4% | - |
| HSV(B) | 30.69º | 0.92% | 0.74% | - |
| XYZ | 26.02 | 20.75 | 3.09 | - |
| YUV | 119.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 15 | 0 | 0.45 | 0.92 | 0.26 | 30.69 | 0.85 | 0.4 |
| Hex | BD | 68 | F | 0 | 2D | 5C | 1A | 1F | 55 | 28 |
| Octal | 275 | 150 | 17 | 0 | 55 | 134 | 32 | 37 | 125 | 50 |
| Binary | 10111101 | 1101000 | 1111 | 0 | 101101 | 1011100 | 11010 | 11111 | 1010101 | 101000 |
Color Harmonies of #BD680F
Complementary color
Monochromatic Colors of #BD680F
Black with #BD680F
Text Example
Text Example
White with #BD680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD680F; }
p { color: rgb(189,104,15); }
H1.HeaderClassName
{
color: #BD680F;
}
.AnyTagClassName
{
color: #BD680F;
}
</style>
background-color css
<style>
a { background-color: #BD680F; }
a { background-color: rgb(189,104,15); }
div.DivClassName
{
background-color: #BD680F;
}
.BgClassName
{
background-color: #BD680F;
}
</style>
border-color css
<style>
span { border-color: #BD680F; }
span { border-color: rgb(189,104,15); }
td.TdClassName
{
border-color: #BD680F;
}
.TagClassName
{
border-color: #BD680F;
}
</style>