Shades of Chocolate #BF6911
Tints of Chocolate #BF6911
RGB
CMYK
RGB Variations
Color information
#BF6911 (or 0xBF6911) is known color: Chocolate. HEX triplet: BF, 69 and 11. RGB value is (191,105,17). Sum of RGB (Red+Green+Blue) = 191+105+17=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6911 is #4096EE. Grayscale: #797979. Windows color (decimal): -4232943 or 1141183. OLE color: 1141183.
HSL color Cylindrical-coordinate representation of color #BF6911: hue angle of 30.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF6911 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 17 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.25 |
| HSL | 30.34º | 0.84% | 0.41% | - |
| HSV(B) | 30.34º | 0.91% | 0.75% | - |
| XYZ | 26.64 | 21.22 | 3.22 | - |
| YUV | 120.68 | 69.49 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 17 | 0 | 0.45 | 0.91 | 0.25 | 30.34 | 0.84 | 0.41 |
| Hex | BF | 69 | 11 | 0 | 2D | 5B | 19 | 1E | 54 | 29 |
| Octal | 277 | 151 | 21 | 0 | 55 | 133 | 31 | 36 | 124 | 51 |
| Binary | 10111111 | 1101001 | 10001 | 0 | 101101 | 1011011 | 11001 | 11110 | 1010100 | 101001 |
Color Harmonies of #BF6911
Complementary color
Monochromatic Colors of #BF6911
Black with #BF6911
Text Example
Text Example
White with #BF6911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6911; }
p { color: rgb(191,105,17); }
H1.HeaderClassName
{
color: #BF6911;
}
.AnyTagClassName
{
color: #BF6911;
}
</style>
background-color css
<style>
a { background-color: #BF6911; }
a { background-color: rgb(191,105,17); }
div.DivClassName
{
background-color: #BF6911;
}
.BgClassName
{
background-color: #BF6911;
}
</style>
border-color css
<style>
span { border-color: #BF6911; }
span { border-color: rgb(191,105,17); }
td.TdClassName
{
border-color: #BF6911;
}
.TagClassName
{
border-color: #BF6911;
}
</style>