Shades of Chocolate #BF6618
Tints of Chocolate #BF6618
RGB
CMYK
RGB Variations
Color information
#BF6618 (or 0xBF6618) is known color: Chocolate. HEX triplet: BF, 66 and 18. RGB value is (191,102,24). Sum of RGB (Red+Green+Blue) = 191+102+24=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6618 is #4099E7. Grayscale: #787878. Windows color (decimal): -4233704 or 1599167. OLE color: 1599167.
HSL color Cylindrical-coordinate representation of color #BF6618: hue angle of 28.02º 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 #BF6618 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 24 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.25 |
| HSL | 28.02º | 0.78% | 0.42% | - |
| HSV(B) | 28.02º | 0.87% | 0.75% | - |
| XYZ | 26.4 | 20.65 | 3.46 | - |
| YUV | 119.72 | 73.99 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 24 | 0 | 0.47 | 0.87 | 0.25 | 28.02 | 0.78 | 0.42 |
| Hex | BF | 66 | 18 | 0 | 2F | 57 | 19 | 1C | 4E | 2A |
| Octal | 277 | 146 | 30 | 0 | 57 | 127 | 31 | 34 | 116 | 52 |
| Binary | 10111111 | 1100110 | 11000 | 0 | 101111 | 1010111 | 11001 | 11100 | 1001110 | 101010 |
Color Harmonies of #BF6618
Complementary color
Monochromatic Colors of #BF6618
Black with #BF6618
Text Example
Text Example
White with #BF6618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6618; }
p { color: rgb(191,102,24); }
H1.HeaderClassName
{
color: #BF6618;
}
.AnyTagClassName
{
color: #BF6618;
}
</style>
background-color css
<style>
a { background-color: #BF6618; }
a { background-color: rgb(191,102,24); }
div.DivClassName
{
background-color: #BF6618;
}
.BgClassName
{
background-color: #BF6618;
}
</style>
border-color css
<style>
span { border-color: #BF6618; }
span { border-color: rgb(191,102,24); }
td.TdClassName
{
border-color: #BF6618;
}
.TagClassName
{
border-color: #BF6618;
}
</style>