Shades of Chocolate #BF6A11
Tints of Chocolate #BF6A11
RGB
CMYK
RGB Variations
Color information
#BF6A11 (or 0xBF6A11) is known color: Chocolate. HEX triplet: BF, 6A and 11. RGB value is (191,106,17). Sum of RGB (Red+Green+Blue) = 191+106+17=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6A11 is #4095EE. Grayscale: #797979. Windows color (decimal): -4232687 or 1141439. OLE color: 1141439.
HSL color Cylindrical-coordinate representation of color #BF6A11: hue angle of 30.69º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF6A11 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 106 | 17 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.25 |
| HSL | 30.69º | 0.84% | 0.41% | - |
| HSV(B) | 30.69º | 0.91% | 0.75% | - |
| XYZ | 26.74 | 21.42 | 3.26 | - |
| YUV | 121.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 17 | 0 | 0.45 | 0.91 | 0.25 | 30.69 | 0.84 | 0.41 |
| Hex | BF | 6A | 11 | 0 | 2D | 5B | 19 | 1F | 54 | 29 |
| Octal | 277 | 152 | 21 | 0 | 55 | 133 | 31 | 37 | 124 | 51 |
| Binary | 10111111 | 1101010 | 10001 | 0 | 101101 | 1011011 | 11001 | 11111 | 1010100 | 101001 |
Color Harmonies of #BF6A11
Complementary color
Monochromatic Colors of #BF6A11
Black with #BF6A11
Text Example
Text Example
White with #BF6A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6A11; }
p { color: rgb(191,106,17); }
H1.HeaderClassName
{
color: #BF6A11;
}
.AnyTagClassName
{
color: #BF6A11;
}
</style>
background-color css
<style>
a { background-color: #BF6A11; }
a { background-color: rgb(191,106,17); }
div.DivClassName
{
background-color: #BF6A11;
}
.BgClassName
{
background-color: #BF6A11;
}
</style>
border-color css
<style>
span { border-color: #BF6A11; }
span { border-color: rgb(191,106,17); }
td.TdClassName
{
border-color: #BF6A11;
}
.TagClassName
{
border-color: #BF6A11;
}
</style>