Shades of Chocolate #BF6418
Tints of Chocolate #BF6418
RGB
CMYK
RGB Variations
Color information
#BF6418 (or 0xBF6418) is known color: Chocolate. HEX triplet: BF, 64 and 18. RGB value is (191,100,24). Sum of RGB (Red+Green+Blue) = 191+100+24=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6418 is #409BE7. Grayscale: #767676. Windows color (decimal): -4234216 or 1598655. OLE color: 1598655.
HSL color Cylindrical-coordinate representation of color #BF6418: hue angle of 27.31º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF6418 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 24 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.25 |
| HSL | 27.31º | 0.78% | 0.42% | - |
| HSV(B) | 27.31º | 0.87% | 0.75% | - |
| XYZ | 26.21 | 20.26 | 3.39 | - |
| YUV | 118.55 | 74.65 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 24 | 0 | 0.48 | 0.87 | 0.25 | 27.31 | 0.78 | 0.42 |
| Hex | BF | 64 | 18 | 0 | 30 | 57 | 19 | 1B | 4E | 2A |
| Octal | 277 | 144 | 30 | 0 | 60 | 127 | 31 | 33 | 116 | 52 |
| Binary | 10111111 | 1100100 | 11000 | 0 | 110000 | 1010111 | 11001 | 11011 | 1001110 | 101010 |
Color Harmonies of #BF6418
Complementary color
Monochromatic Colors of #BF6418
Black with #BF6418
Text Example
Text Example
White with #BF6418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6418; }
p { color: rgb(191,100,24); }
H1.HeaderClassName
{
color: #BF6418;
}
.AnyTagClassName
{
color: #BF6418;
}
</style>
background-color css
<style>
a { background-color: #BF6418; }
a { background-color: rgb(191,100,24); }
div.DivClassName
{
background-color: #BF6418;
}
.BgClassName
{
background-color: #BF6418;
}
</style>
border-color css
<style>
span { border-color: #BF6418; }
span { border-color: rgb(191,100,24); }
td.TdClassName
{
border-color: #BF6418;
}
.TagClassName
{
border-color: #BF6418;
}
</style>