Shades of Chocolate #BF6511
Tints of Chocolate #BF6511
RGB
CMYK
RGB Variations
Color information
#BF6511 (or 0xBF6511) is known color: Chocolate. HEX triplet: BF, 65 and 11. RGB value is (191,101,17). Sum of RGB (Red+Green+Blue) = 191+101+17=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6511 is #409AEE. Grayscale: #767676. Windows color (decimal): -4233967 or 1140159. OLE color: 1140159.
HSL color Cylindrical-coordinate representation of color #BF6511: hue angle of 28.97º 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 #BF6511 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 17 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.25 |
| HSL | 28.97º | 0.84% | 0.41% | - |
| HSV(B) | 28.97º | 0.91% | 0.75% | - |
| XYZ | 26.24 | 20.42 | 3.09 | - |
| YUV | 118.33 | 70.82 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 17 | 0 | 0.47 | 0.91 | 0.25 | 28.97 | 0.84 | 0.41 |
| Hex | BF | 65 | 11 | 0 | 2F | 5B | 19 | 1D | 54 | 29 |
| Octal | 277 | 145 | 21 | 0 | 57 | 133 | 31 | 35 | 124 | 51 |
| Binary | 10111111 | 1100101 | 10001 | 0 | 101111 | 1011011 | 11001 | 11101 | 1010100 | 101001 |
Color Harmonies of #BF6511
Complementary color
Monochromatic Colors of #BF6511
Black with #BF6511
Text Example
Text Example
White with #BF6511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6511; }
p { color: rgb(191,101,17); }
H1.HeaderClassName
{
color: #BF6511;
}
.AnyTagClassName
{
color: #BF6511;
}
</style>
background-color css
<style>
a { background-color: #BF6511; }
a { background-color: rgb(191,101,17); }
div.DivClassName
{
background-color: #BF6511;
}
.BgClassName
{
background-color: #BF6511;
}
</style>
border-color css
<style>
span { border-color: #BF6511; }
span { border-color: rgb(191,101,17); }
td.TdClassName
{
border-color: #BF6511;
}
.TagClassName
{
border-color: #BF6511;
}
</style>