Shades of Chocolate #BF6512
Tints of Chocolate #BF6512
RGB
CMYK
RGB Variations
Color information
#BF6512 (or 0xBF6512) is known color: Chocolate. HEX triplet: BF, 65 and 12. RGB value is (191,101,18). Sum of RGB (Red+Green+Blue) = 191+101+18=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6512 is #409AED. Grayscale: #767676. Windows color (decimal): -4233966 or 1205695. OLE color: 1205695.
HSL color Cylindrical-coordinate representation of color #BF6512: hue angle of 28.79º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF6512 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 18 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.25 |
| HSL | 28.79º | 0.83% | 0.41% | - |
| HSV(B) | 28.79º | 0.91% | 0.75% | - |
| XYZ | 26.25 | 20.43 | 3.13 | - |
| YUV | 118.45 | 71.32 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 18 | 0 | 0.47 | 0.91 | 0.25 | 28.79 | 0.83 | 0.41 |
| Hex | BF | 65 | 12 | 0 | 2F | 5B | 19 | 1D | 53 | 29 |
| Octal | 277 | 145 | 22 | 0 | 57 | 133 | 31 | 35 | 123 | 51 |
| Binary | 10111111 | 1100101 | 10010 | 0 | 101111 | 1011011 | 11001 | 11101 | 1010011 | 101001 |
Color Harmonies of #BF6512
Complementary color
Monochromatic Colors of #BF6512
Black with #BF6512
Text Example
Text Example
White with #BF6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6512; }
p { color: rgb(191,101,18); }
H1.HeaderClassName
{
color: #BF6512;
}
.AnyTagClassName
{
color: #BF6512;
}
</style>
background-color css
<style>
a { background-color: #BF6512; }
a { background-color: rgb(191,101,18); }
div.DivClassName
{
background-color: #BF6512;
}
.BgClassName
{
background-color: #BF6512;
}
</style>
border-color css
<style>
span { border-color: #BF6512; }
span { border-color: rgb(191,101,18); }
td.TdClassName
{
border-color: #BF6512;
}
.TagClassName
{
border-color: #BF6512;
}
</style>