Shades of Chocolate #BF6510
Tints of Chocolate #BF6510
RGB
CMYK
RGB Variations
Color information
#BF6510 (or 0xBF6510) is known color: Chocolate. HEX triplet: BF, 65 and 10. RGB value is (191,101,16). Sum of RGB (Red+Green+Blue) = 191+101+16=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6510 is #409AEF. Grayscale: #767676. Windows color (decimal): -4233968 or 1074623. OLE color: 1074623.
HSL color Cylindrical-coordinate representation of color #BF6510: hue angle of 29.14º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF6510 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 16 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.25 |
| HSL | 29.14º | 0.85% | 0.41% | - |
| HSV(B) | 29.14º | 0.92% | 0.75% | - |
| XYZ | 26.23 | 20.42 | 3.05 | - |
| YUV | 118.22 | 70.32 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 16 | 0 | 0.47 | 0.92 | 0.25 | 29.14 | 0.85 | 0.41 |
| Hex | BF | 65 | 10 | 0 | 2F | 5C | 19 | 1D | 55 | 29 |
| Octal | 277 | 145 | 20 | 0 | 57 | 134 | 31 | 35 | 125 | 51 |
| Binary | 10111111 | 1100101 | 10000 | 0 | 101111 | 1011100 | 11001 | 11101 | 1010101 | 101001 |
Color Harmonies of #BF6510
Complementary color
Monochromatic Colors of #BF6510
Black with #BF6510
Text Example
Text Example
White with #BF6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6510; }
p { color: rgb(191,101,16); }
H1.HeaderClassName
{
color: #BF6510;
}
.AnyTagClassName
{
color: #BF6510;
}
</style>
background-color css
<style>
a { background-color: #BF6510; }
a { background-color: rgb(191,101,16); }
div.DivClassName
{
background-color: #BF6510;
}
.BgClassName
{
background-color: #BF6510;
}
</style>
border-color css
<style>
span { border-color: #BF6510; }
span { border-color: rgb(191,101,16); }
td.TdClassName
{
border-color: #BF6510;
}
.TagClassName
{
border-color: #BF6510;
}
</style>