Shades of Chocolate #BF6417
Tints of Chocolate #BF6417
RGB
CMYK
RGB Variations
Color information
#BF6417 (or 0xBF6417) is known color: Chocolate. HEX triplet: BF, 64 and 17. RGB value is (191,100,23). Sum of RGB (Red+Green+Blue) = 191+100+23=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6417 is #409BE8. Grayscale: #767676. Windows color (decimal): -4234217 or 1533119. OLE color: 1533119.
HSL color Cylindrical-coordinate representation of color #BF6417: hue angle of 27.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF6417 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 23 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.25 |
| HSL | 27.5º | 0.79% | 0.42% | - |
| HSV(B) | 27.5º | 0.88% | 0.75% | - |
| XYZ | 26.2 | 20.25 | 3.34 | - |
| YUV | 118.43 | 74.15 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 23 | 0 | 0.48 | 0.88 | 0.25 | 27.5 | 0.79 | 0.42 |
| Hex | BF | 64 | 17 | 0 | 30 | 58 | 19 | 1C | 4F | 2A |
| Octal | 277 | 144 | 27 | 0 | 60 | 130 | 31 | 34 | 117 | 52 |
| Binary | 10111111 | 1100100 | 10111 | 0 | 110000 | 1011000 | 11001 | 11100 | 1001111 | 101010 |
Color Harmonies of #BF6417
Complementary color
Monochromatic Colors of #BF6417
Black with #BF6417
Text Example
Text Example
White with #BF6417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6417; }
p { color: rgb(191,100,23); }
H1.HeaderClassName
{
color: #BF6417;
}
.AnyTagClassName
{
color: #BF6417;
}
</style>
background-color css
<style>
a { background-color: #BF6417; }
a { background-color: rgb(191,100,23); }
div.DivClassName
{
background-color: #BF6417;
}
.BgClassName
{
background-color: #BF6417;
}
</style>
border-color css
<style>
span { border-color: #BF6417; }
span { border-color: rgb(191,100,23); }
td.TdClassName
{
border-color: #BF6417;
}
.TagClassName
{
border-color: #BF6417;
}
</style>