Shades of Chocolate #BF6913
Tints of Chocolate #BF6913
RGB
CMYK
RGB Variations
Color information
#BF6913 (or 0xBF6913) is known color: Chocolate. HEX triplet: BF, 69 and 13. RGB value is (191,105,19). Sum of RGB (Red+Green+Blue) = 191+105+19=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6913 is #4096EC. Grayscale: #797979. Windows color (decimal): -4232941 or 1272255. OLE color: 1272255.
HSL color Cylindrical-coordinate representation of color #BF6913: hue angle of 30º degrees, saturation: 0.82, 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 #BF6913 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 19 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.25 |
| HSL | 30º | 0.82% | 0.41% | - |
| HSV(B) | 30º | 0.9% | 0.75% | - |
| XYZ | 26.65 | 21.23 | 3.31 | - |
| YUV | 120.91 | 70.49 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 19 | 0 | 0.45 | 0.90 | 0.25 | 30 | 0.82 | 0.41 |
| Hex | BF | 69 | 13 | 0 | 2D | 5A | 19 | 1E | 52 | 29 |
| Octal | 277 | 151 | 23 | 0 | 55 | 132 | 31 | 36 | 122 | 51 |
| Binary | 10111111 | 1101001 | 10011 | 0 | 101101 | 1011010 | 11001 | 11110 | 1010010 | 101001 |
Color Harmonies of #BF6913
Complementary color
Monochromatic Colors of #BF6913
Black with #BF6913
Text Example
Text Example
White with #BF6913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6913; }
p { color: rgb(191,105,19); }
H1.HeaderClassName
{
color: #BF6913;
}
.AnyTagClassName
{
color: #BF6913;
}
</style>
background-color css
<style>
a { background-color: #BF6913; }
a { background-color: rgb(191,105,19); }
div.DivClassName
{
background-color: #BF6913;
}
.BgClassName
{
background-color: #BF6913;
}
</style>
border-color css
<style>
span { border-color: #BF6913; }
span { border-color: rgb(191,105,19); }
td.TdClassName
{
border-color: #BF6913;
}
.TagClassName
{
border-color: #BF6913;
}
</style>