Shades of Chocolate #BF6914
Tints of Chocolate #BF6914
RGB
CMYK
RGB Variations
Color information
#BF6914 (or 0xBF6914) is known color: Chocolate. HEX triplet: BF, 69 and 14. RGB value is (191,105,20). Sum of RGB (Red+Green+Blue) = 191+105+20=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6914 is #4096EB. Grayscale: #797979. Windows color (decimal): -4232940 or 1337791. OLE color: 1337791.
HSL color Cylindrical-coordinate representation of color #BF6914: hue angle of 29.82º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF6914 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 20 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.25 |
| HSL | 29.82º | 0.81% | 0.41% | - |
| HSV(B) | 29.82º | 0.9% | 0.75% | - |
| XYZ | 26.66 | 21.23 | 3.35 | - |
| YUV | 121.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 20 | 0 | 0.45 | 0.90 | 0.25 | 29.82 | 0.81 | 0.41 |
| Hex | BF | 69 | 14 | 0 | 2D | 5A | 19 | 1E | 51 | 29 |
| Octal | 277 | 151 | 24 | 0 | 55 | 132 | 31 | 36 | 121 | 51 |
| Binary | 10111111 | 1101001 | 10100 | 0 | 101101 | 1011010 | 11001 | 11110 | 1010001 | 101001 |
Color Harmonies of #BF6914
Complementary color
Monochromatic Colors of #BF6914
Black with #BF6914
Text Example
Text Example
White with #BF6914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6914; }
p { color: rgb(191,105,20); }
H1.HeaderClassName
{
color: #BF6914;
}
.AnyTagClassName
{
color: #BF6914;
}
</style>
background-color css
<style>
a { background-color: #BF6914; }
a { background-color: rgb(191,105,20); }
div.DivClassName
{
background-color: #BF6914;
}
.BgClassName
{
background-color: #BF6914;
}
</style>
border-color css
<style>
span { border-color: #BF6914; }
span { border-color: rgb(191,105,20); }
td.TdClassName
{
border-color: #BF6914;
}
.TagClassName
{
border-color: #BF6914;
}
</style>