Shades of Chocolate #BF6716
Tints of Chocolate #BF6716
RGB
CMYK
RGB Variations
Color information
#BF6716 (or 0xBF6716) is known color: Chocolate. HEX triplet: BF, 67 and 16. RGB value is (191,103,22). Sum of RGB (Red+Green+Blue) = 191+103+22=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6716 is #4098E9. Grayscale: #787878. Windows color (decimal): -4233450 or 1468351. OLE color: 1468351.
HSL color Cylindrical-coordinate representation of color #BF6716: hue angle of 28.76º 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 #BF6716 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 22 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.25 |
| HSL | 28.76º | 0.79% | 0.42% | - |
| HSV(B) | 28.76º | 0.88% | 0.75% | - |
| XYZ | 26.48 | 20.83 | 3.38 | - |
| YUV | 120.08 | 72.65 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 22 | 0 | 0.46 | 0.88 | 0.25 | 28.76 | 0.79 | 0.42 |
| Hex | BF | 67 | 16 | 0 | 2E | 58 | 19 | 1D | 4F | 2A |
| Octal | 277 | 147 | 26 | 0 | 56 | 130 | 31 | 35 | 117 | 52 |
| Binary | 10111111 | 1100111 | 10110 | 0 | 101110 | 1011000 | 11001 | 11101 | 1001111 | 101010 |
Color Harmonies of #BF6716
Complementary color
Monochromatic Colors of #BF6716
Black with #BF6716
Text Example
Text Example
White with #BF6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6716; }
p { color: rgb(191,103,22); }
H1.HeaderClassName
{
color: #BF6716;
}
.AnyTagClassName
{
color: #BF6716;
}
</style>
background-color css
<style>
a { background-color: #BF6716; }
a { background-color: rgb(191,103,22); }
div.DivClassName
{
background-color: #BF6716;
}
.BgClassName
{
background-color: #BF6716;
}
</style>
border-color css
<style>
span { border-color: #BF6716; }
span { border-color: rgb(191,103,22); }
td.TdClassName
{
border-color: #BF6716;
}
.TagClassName
{
border-color: #BF6716;
}
</style>