Shades of Chocolate #BF6919
Tints of Chocolate #BF6919
RGB
CMYK
RGB Variations
Color information
#BF6919 (or 0xBF6919) is known color: Chocolate. HEX triplet: BF, 69 and 19. RGB value is (191,105,25). Sum of RGB (Red+Green+Blue) = 191+105+25=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6919 is #4096E6. Grayscale: #7A7A7A. Windows color (decimal): -4232935 or 1665471. OLE color: 1665471.
HSL color Cylindrical-coordinate representation of color #BF6919: hue angle of 28.92º 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 #BF6919 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 25 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.25 |
| HSL | 28.92º | 0.77% | 0.42% | - |
| HSV(B) | 28.92º | 0.87% | 0.75% | - |
| XYZ | 26.71 | 21.25 | 3.61 | - |
| YUV | 121.59 | 73.49 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 25 | 0 | 0.45 | 0.87 | 0.25 | 28.92 | 0.77 | 0.42 |
| Hex | BF | 69 | 19 | 0 | 2D | 57 | 19 | 1D | 4D | 2A |
| Octal | 277 | 151 | 31 | 0 | 55 | 127 | 31 | 35 | 115 | 52 |
| Binary | 10111111 | 1101001 | 11001 | 0 | 101101 | 1010111 | 11001 | 11101 | 1001101 | 101010 |
Color Harmonies of #BF6919
Complementary color
Monochromatic Colors of #BF6919
Black with #BF6919
Text Example
Text Example
White with #BF6919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6919; }
p { color: rgb(191,105,25); }
H1.HeaderClassName
{
color: #BF6919;
}
.AnyTagClassName
{
color: #BF6919;
}
</style>
background-color css
<style>
a { background-color: #BF6919; }
a { background-color: rgb(191,105,25); }
div.DivClassName
{
background-color: #BF6919;
}
.BgClassName
{
background-color: #BF6919;
}
</style>
border-color css
<style>
span { border-color: #BF6919; }
span { border-color: rgb(191,105,25); }
td.TdClassName
{
border-color: #BF6919;
}
.TagClassName
{
border-color: #BF6919;
}
</style>