Shades of Chocolate #BF6514
Tints of Chocolate #BF6514
RGB
CMYK
RGB Variations
Color information
#BF6514 (or 0xBF6514) is known color: Chocolate. HEX triplet: BF, 65 and 14. RGB value is (191,101,20). Sum of RGB (Red+Green+Blue) = 191+101+20=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6514 is #409AEB. Grayscale: #777777. Windows color (decimal): -4233964 or 1336767. OLE color: 1336767.
HSL color Cylindrical-coordinate representation of color #BF6514: hue angle of 28.42º 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 #BF6514 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 20 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.25 |
| HSL | 28.42º | 0.81% | 0.41% | - |
| HSV(B) | 28.42º | 0.9% | 0.75% | - |
| XYZ | 26.27 | 20.43 | 3.22 | - |
| YUV | 118.68 | 72.32 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 20 | 0 | 0.47 | 0.90 | 0.25 | 28.42 | 0.81 | 0.41 |
| Hex | BF | 65 | 14 | 0 | 2F | 5A | 19 | 1C | 51 | 29 |
| Octal | 277 | 145 | 24 | 0 | 57 | 132 | 31 | 34 | 121 | 51 |
| Binary | 10111111 | 1100101 | 10100 | 0 | 101111 | 1011010 | 11001 | 11100 | 1010001 | 101001 |
Color Harmonies of #BF6514
Complementary color
Monochromatic Colors of #BF6514
Black with #BF6514
Text Example
Text Example
White with #BF6514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6514; }
p { color: rgb(191,101,20); }
H1.HeaderClassName
{
color: #BF6514;
}
.AnyTagClassName
{
color: #BF6514;
}
</style>
background-color css
<style>
a { background-color: #BF6514; }
a { background-color: rgb(191,101,20); }
div.DivClassName
{
background-color: #BF6514;
}
.BgClassName
{
background-color: #BF6514;
}
</style>
border-color css
<style>
span { border-color: #BF6514; }
span { border-color: rgb(191,101,20); }
td.TdClassName
{
border-color: #BF6514;
}
.TagClassName
{
border-color: #BF6514;
}
</style>