Shades of Chocolate #BF6B0E
Tints of Chocolate #BF6B0E
RGB
CMYK
RGB Variations
Color information
#BF6B0E (or 0xBF6B0E) is known color: Chocolate. HEX triplet: BF, 6B and 0E. RGB value is (191,107,14). Sum of RGB (Red+Green+Blue) = 191+107+14=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6B0E is #4094F1. Grayscale: #797979. Windows color (decimal): -4232434 or 945087. OLE color: 945087.
HSL color Cylindrical-coordinate representation of color #BF6B0E: hue angle of 31.53º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF6B0E is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 107 | 14 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.25 |
| HSL | 31.53º | 0.86% | 0.4% | - |
| HSV(B) | 31.53º | 0.93% | 0.75% | - |
| XYZ | 26.82 | 21.62 | 3.18 | - |
| YUV | 121.51 | 67.33 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 14 | 0 | 0.44 | 0.93 | 0.25 | 31.53 | 0.86 | 0.4 |
| Hex | BF | 6B | E | 0 | 2C | 5D | 19 | 20 | 56 | 28 |
| Octal | 277 | 153 | 16 | 0 | 54 | 135 | 31 | 40 | 126 | 50 |
| Binary | 10111111 | 1101011 | 1110 | 0 | 101100 | 1011101 | 11001 | 100000 | 1010110 | 101000 |
Color Harmonies of #BF6B0E
Complementary color
Monochromatic Colors of #BF6B0E
Black with #BF6B0E
Text Example
Text Example
White with #BF6B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6B0E; }
p { color: rgb(191,107,14); }
H1.HeaderClassName
{
color: #BF6B0E;
}
.AnyTagClassName
{
color: #BF6B0E;
}
</style>
background-color css
<style>
a { background-color: #BF6B0E; }
a { background-color: rgb(191,107,14); }
div.DivClassName
{
background-color: #BF6B0E;
}
.BgClassName
{
background-color: #BF6B0E;
}
</style>
border-color css
<style>
span { border-color: #BF6B0E; }
span { border-color: rgb(191,107,14); }
td.TdClassName
{
border-color: #BF6B0E;
}
.TagClassName
{
border-color: #BF6B0E;
}
</style>