Shades of Chocolate #BF6918
Tints of Chocolate #BF6918
RGB
CMYK
RGB Variations
Color information
#BF6918 (or 0xBF6918) is known color: Chocolate. HEX triplet: BF, 69 and 18. RGB value is (191,105,24). Sum of RGB (Red+Green+Blue) = 191+105+24=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6918 is #4096E7. Grayscale: #797979. Windows color (decimal): -4232936 or 1599935. OLE color: 1599935.
HSL color Cylindrical-coordinate representation of color #BF6918: hue angle of 29.1º 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 #BF6918 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 24 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.25 |
| HSL | 29.1º | 0.78% | 0.42% | - |
| HSV(B) | 29.1º | 0.87% | 0.75% | - |
| XYZ | 26.7 | 21.25 | 3.56 | - |
| YUV | 121.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 24 | 0 | 0.45 | 0.87 | 0.25 | 29.1 | 0.78 | 0.42 |
| Hex | BF | 69 | 18 | 0 | 2D | 57 | 19 | 1D | 4E | 2A |
| Octal | 277 | 151 | 30 | 0 | 55 | 127 | 31 | 35 | 116 | 52 |
| Binary | 10111111 | 1101001 | 11000 | 0 | 101101 | 1010111 | 11001 | 11101 | 1001110 | 101010 |
Color Harmonies of #BF6918
Complementary color
Monochromatic Colors of #BF6918
Black with #BF6918
Text Example
Text Example
White with #BF6918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6918; }
p { color: rgb(191,105,24); }
H1.HeaderClassName
{
color: #BF6918;
}
.AnyTagClassName
{
color: #BF6918;
}
</style>
background-color css
<style>
a { background-color: #BF6918; }
a { background-color: rgb(191,105,24); }
div.DivClassName
{
background-color: #BF6918;
}
.BgClassName
{
background-color: #BF6918;
}
</style>
border-color css
<style>
span { border-color: #BF6918; }
span { border-color: rgb(191,105,24); }
td.TdClassName
{
border-color: #BF6918;
}
.TagClassName
{
border-color: #BF6918;
}
</style>