Shades of Chocolate #BF6915
Tints of Chocolate #BF6915
RGB
CMYK
RGB Variations
Color information
#BF6915 (or 0xBF6915) is known color: Chocolate. HEX triplet: BF, 69 and 15. RGB value is (191,105,21). Sum of RGB (Red+Green+Blue) = 191+105+21=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6915 is #4096EA. Grayscale: #797979. Windows color (decimal): -4232939 or 1403327. OLE color: 1403327.
HSL color Cylindrical-coordinate representation of color #BF6915: hue angle of 29.65º 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 #BF6915 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 21 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.25 |
| HSL | 29.65º | 0.8% | 0.42% | - |
| HSV(B) | 29.65º | 0.89% | 0.75% | - |
| XYZ | 26.67 | 21.23 | 3.4 | - |
| YUV | 121.14 | 71.49 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 21 | 0 | 0.45 | 0.89 | 0.25 | 29.65 | 0.8 | 0.42 |
| Hex | BF | 69 | 15 | 0 | 2D | 59 | 19 | 1E | 50 | 2A |
| Octal | 277 | 151 | 25 | 0 | 55 | 131 | 31 | 36 | 120 | 52 |
| Binary | 10111111 | 1101001 | 10101 | 0 | 101101 | 1011001 | 11001 | 11110 | 1010000 | 101010 |
Color Harmonies of #BF6915
Complementary color
Monochromatic Colors of #BF6915
Black with #BF6915
Text Example
Text Example
White with #BF6915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6915; }
p { color: rgb(191,105,21); }
H1.HeaderClassName
{
color: #BF6915;
}
.AnyTagClassName
{
color: #BF6915;
}
</style>
background-color css
<style>
a { background-color: #BF6915; }
a { background-color: rgb(191,105,21); }
div.DivClassName
{
background-color: #BF6915;
}
.BgClassName
{
background-color: #BF6915;
}
</style>
border-color css
<style>
span { border-color: #BF6915; }
span { border-color: rgb(191,105,21); }
td.TdClassName
{
border-color: #BF6915;
}
.TagClassName
{
border-color: #BF6915;
}
</style>