Shades of Chocolate #BF6513
Tints of Chocolate #BF6513
RGB
CMYK
RGB Variations
Color information
#BF6513 (or 0xBF6513) is known color: Chocolate. HEX triplet: BF, 65 and 13. RGB value is (191,101,19). Sum of RGB (Red+Green+Blue) = 191+101+19=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6513 is #409AEC. Grayscale: #767676. Windows color (decimal): -4233965 or 1271231. OLE color: 1271231.
HSL color Cylindrical-coordinate representation of color #BF6513: hue angle of 28.6º 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 #BF6513 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 19 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.25 |
| HSL | 28.6º | 0.82% | 0.41% | - |
| HSV(B) | 28.6º | 0.9% | 0.75% | - |
| XYZ | 26.26 | 20.43 | 3.18 | - |
| YUV | 118.56 | 71.82 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 19 | 0 | 0.47 | 0.90 | 0.25 | 28.6 | 0.82 | 0.41 |
| Hex | BF | 65 | 13 | 0 | 2F | 5A | 19 | 1D | 52 | 29 |
| Octal | 277 | 145 | 23 | 0 | 57 | 132 | 31 | 35 | 122 | 51 |
| Binary | 10111111 | 1100101 | 10011 | 0 | 101111 | 1011010 | 11001 | 11101 | 1010010 | 101001 |
Color Harmonies of #BF6513
Complementary color
Monochromatic Colors of #BF6513
Black with #BF6513
Text Example
Text Example
White with #BF6513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6513; }
p { color: rgb(191,101,19); }
H1.HeaderClassName
{
color: #BF6513;
}
.AnyTagClassName
{
color: #BF6513;
}
</style>
background-color css
<style>
a { background-color: #BF6513; }
a { background-color: rgb(191,101,19); }
div.DivClassName
{
background-color: #BF6513;
}
.BgClassName
{
background-color: #BF6513;
}
</style>
border-color css
<style>
span { border-color: #BF6513; }
span { border-color: rgb(191,101,19); }
td.TdClassName
{
border-color: #BF6513;
}
.TagClassName
{
border-color: #BF6513;
}
</style>