Shades of Chocolate #BF6714
Tints of Chocolate #BF6714
RGB
CMYK
RGB Variations
Color information
#BF6714 (or 0xBF6714) is known color: Chocolate. HEX triplet: BF, 67 and 14. RGB value is (191,103,20). Sum of RGB (Red+Green+Blue) = 191+103+20=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6714 is #4098EB. Grayscale: #787878. Windows color (decimal): -4233452 or 1337279. OLE color: 1337279.
HSL color Cylindrical-coordinate representation of color #BF6714: hue angle of 29.12º 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 #BF6714 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 20 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.25 |
| HSL | 29.12º | 0.81% | 0.41% | - |
| HSV(B) | 29.12º | 0.9% | 0.75% | - |
| XYZ | 26.46 | 20.83 | 3.29 | - |
| YUV | 119.85 | 71.65 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 20 | 0 | 0.46 | 0.90 | 0.25 | 29.12 | 0.81 | 0.41 |
| Hex | BF | 67 | 14 | 0 | 2E | 5A | 19 | 1D | 51 | 29 |
| Octal | 277 | 147 | 24 | 0 | 56 | 132 | 31 | 35 | 121 | 51 |
| Binary | 10111111 | 1100111 | 10100 | 0 | 101110 | 1011010 | 11001 | 11101 | 1010001 | 101001 |
Color Harmonies of #BF6714
Complementary color
Monochromatic Colors of #BF6714
Black with #BF6714
Text Example
Text Example
White with #BF6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6714; }
p { color: rgb(191,103,20); }
H1.HeaderClassName
{
color: #BF6714;
}
.AnyTagClassName
{
color: #BF6714;
}
</style>
background-color css
<style>
a { background-color: #BF6714; }
a { background-color: rgb(191,103,20); }
div.DivClassName
{
background-color: #BF6714;
}
.BgClassName
{
background-color: #BF6714;
}
</style>
border-color css
<style>
span { border-color: #BF6714; }
span { border-color: rgb(191,103,20); }
td.TdClassName
{
border-color: #BF6714;
}
.TagClassName
{
border-color: #BF6714;
}
</style>