Shades of Chocolate #BF6416
Tints of Chocolate #BF6416
RGB
CMYK
RGB Variations
Color information
#BF6416 (or 0xBF6416) is known color: Chocolate. HEX triplet: BF, 64 and 16. RGB value is (191,100,22). Sum of RGB (Red+Green+Blue) = 191+100+22=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6416 is #409BE9. Grayscale: #767676. Windows color (decimal): -4234218 or 1467583. OLE color: 1467583.
HSL color Cylindrical-coordinate representation of color #BF6416: hue angle of 27.69º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF6416 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 22 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.25 |
| HSL | 27.69º | 0.79% | 0.42% | - |
| HSV(B) | 27.69º | 0.88% | 0.75% | - |
| XYZ | 26.19 | 20.25 | 3.29 | - |
| YUV | 118.32 | 73.65 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 22 | 0 | 0.48 | 0.88 | 0.25 | 27.69 | 0.79 | 0.42 |
| Hex | BF | 64 | 16 | 0 | 30 | 58 | 19 | 1C | 4F | 2A |
| Octal | 277 | 144 | 26 | 0 | 60 | 130 | 31 | 34 | 117 | 52 |
| Binary | 10111111 | 1100100 | 10110 | 0 | 110000 | 1011000 | 11001 | 11100 | 1001111 | 101010 |
Color Harmonies of #BF6416
Complementary color
Monochromatic Colors of #BF6416
Black with #BF6416
Text Example
Text Example
White with #BF6416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6416; }
p { color: rgb(191,100,22); }
H1.HeaderClassName
{
color: #BF6416;
}
.AnyTagClassName
{
color: #BF6416;
}
</style>
background-color css
<style>
a { background-color: #BF6416; }
a { background-color: rgb(191,100,22); }
div.DivClassName
{
background-color: #BF6416;
}
.BgClassName
{
background-color: #BF6416;
}
</style>
border-color css
<style>
span { border-color: #BF6416; }
span { border-color: rgb(191,100,22); }
td.TdClassName
{
border-color: #BF6416;
}
.TagClassName
{
border-color: #BF6416;
}
</style>