Shades of Chocolate #BF6719
Tints of Chocolate #BF6719
RGB
CMYK
RGB Variations
Color information
#BF6719 (or 0xBF6719) is known color: Chocolate. HEX triplet: BF, 67 and 19. RGB value is (191,103,25). Sum of RGB (Red+Green+Blue) = 191+103+25=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6719 is #4098E6. Grayscale: #787878. Windows color (decimal): -4233447 or 1664959. OLE color: 1664959.
HSL color Cylindrical-coordinate representation of color #BF6719: hue angle of 28.19º degrees, saturation: 0.77, 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 #BF6719 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 25 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.25 |
| HSL | 28.19º | 0.77% | 0.42% | - |
| HSV(B) | 28.19º | 0.87% | 0.75% | - |
| XYZ | 26.51 | 20.85 | 3.55 | - |
| YUV | 120.42 | 74.15 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 25 | 0 | 0.46 | 0.87 | 0.25 | 28.19 | 0.77 | 0.42 |
| Hex | BF | 67 | 19 | 0 | 2E | 57 | 19 | 1C | 4D | 2A |
| Octal | 277 | 147 | 31 | 0 | 56 | 127 | 31 | 34 | 115 | 52 |
| Binary | 10111111 | 1100111 | 11001 | 0 | 101110 | 1010111 | 11001 | 11100 | 1001101 | 101010 |
Color Harmonies of #BF6719
Complementary color
Monochromatic Colors of #BF6719
Black with #BF6719
Text Example
Text Example
White with #BF6719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6719; }
p { color: rgb(191,103,25); }
H1.HeaderClassName
{
color: #BF6719;
}
.AnyTagClassName
{
color: #BF6719;
}
</style>
background-color css
<style>
a { background-color: #BF6719; }
a { background-color: rgb(191,103,25); }
div.DivClassName
{
background-color: #BF6719;
}
.BgClassName
{
background-color: #BF6719;
}
</style>
border-color css
<style>
span { border-color: #BF6719; }
span { border-color: rgb(191,103,25); }
td.TdClassName
{
border-color: #BF6719;
}
.TagClassName
{
border-color: #BF6719;
}
</style>