Shades of Chocolate #BF6415
Tints of Chocolate #BF6415
RGB
CMYK
RGB Variations
Color information
#BF6415 (or 0xBF6415) is known color: Chocolate. HEX triplet: BF, 64 and 15. RGB value is (191,100,21). Sum of RGB (Red+Green+Blue) = 191+100+21=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6415 is #409BEA. Grayscale: #767676. Windows color (decimal): -4234219 or 1402047. OLE color: 1402047.
HSL color Cylindrical-coordinate representation of color #BF6415: hue angle of 27.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF6415 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 21 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.25 |
| HSL | 27.88º | 0.8% | 0.42% | - |
| HSV(B) | 27.88º | 0.89% | 0.75% | - |
| XYZ | 26.18 | 20.24 | 3.24 | - |
| YUV | 118.2 | 73.15 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 21 | 0 | 0.48 | 0.89 | 0.25 | 27.88 | 0.8 | 0.42 |
| Hex | BF | 64 | 15 | 0 | 30 | 59 | 19 | 1C | 50 | 2A |
| Octal | 277 | 144 | 25 | 0 | 60 | 131 | 31 | 34 | 120 | 52 |
| Binary | 10111111 | 1100100 | 10101 | 0 | 110000 | 1011001 | 11001 | 11100 | 1010000 | 101010 |
Color Harmonies of #BF6415
Complementary color
Monochromatic Colors of #BF6415
Black with #BF6415
Text Example
Text Example
White with #BF6415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6415; }
p { color: rgb(191,100,21); }
H1.HeaderClassName
{
color: #BF6415;
}
.AnyTagClassName
{
color: #BF6415;
}
</style>
background-color css
<style>
a { background-color: #BF6415; }
a { background-color: rgb(191,100,21); }
div.DivClassName
{
background-color: #BF6415;
}
.BgClassName
{
background-color: #BF6415;
}
</style>
border-color css
<style>
span { border-color: #BF6415; }
span { border-color: rgb(191,100,21); }
td.TdClassName
{
border-color: #BF6415;
}
.TagClassName
{
border-color: #BF6415;
}
</style>