Shades of Chocolate #BF6019
Tints of Chocolate #BF6019
RGB
CMYK
RGB Variations
Color information
#BF6019 (or 0xBF6019) is known color: Chocolate. HEX triplet: BF, 60 and 19. RGB value is (191,96,25). Sum of RGB (Red+Green+Blue) = 191+96+25=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6019 is #409FE6. Grayscale: #747474. Windows color (decimal): -4235239 or 1663167. OLE color: 1663167.
HSL color Cylindrical-coordinate representation of color #BF6019: hue angle of 25.66º 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 #BF6019 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 25 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.25 |
| HSL | 25.66º | 0.77% | 0.42% | - |
| HSV(B) | 25.66º | 0.87% | 0.75% | - |
| XYZ | 25.84 | 19.51 | 3.32 | - |
| YUV | 116.31 | 76.47 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 25 | 0 | 0.50 | 0.87 | 0.25 | 25.66 | 0.77 | 0.42 |
| Hex | BF | 60 | 19 | 0 | 32 | 57 | 19 | 1A | 4D | 2A |
| Octal | 277 | 140 | 31 | 0 | 62 | 127 | 31 | 32 | 115 | 52 |
| Binary | 10111111 | 1100000 | 11001 | 0 | 110010 | 1010111 | 11001 | 11010 | 1001101 | 101010 |
Color Harmonies of #BF6019
Complementary color
Monochromatic Colors of #BF6019
Black with #BF6019
Text Example
Text Example
White with #BF6019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6019; }
p { color: rgb(191,96,25); }
H1.HeaderClassName
{
color: #BF6019;
}
.AnyTagClassName
{
color: #BF6019;
}
</style>
background-color css
<style>
a { background-color: #BF6019; }
a { background-color: rgb(191,96,25); }
div.DivClassName
{
background-color: #BF6019;
}
.BgClassName
{
background-color: #BF6019;
}
</style>
border-color css
<style>
span { border-color: #BF6019; }
span { border-color: rgb(191,96,25); }
td.TdClassName
{
border-color: #BF6019;
}
.TagClassName
{
border-color: #BF6019;
}
</style>