Shades of Chocolate #BF6711
Tints of Chocolate #BF6711
RGB
CMYK
RGB Variations
Color information
#BF6711 (or 0xBF6711) is known color: Chocolate. HEX triplet: BF, 67 and 11. RGB value is (191,103,17). Sum of RGB (Red+Green+Blue) = 191+103+17=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6711 is #4098EE. Grayscale: #777777. Windows color (decimal): -4233455 or 1140671. OLE color: 1140671.
HSL color Cylindrical-coordinate representation of color #BF6711: hue angle of 29.66º 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 #BF6711 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 17 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.25 |
| HSL | 29.66º | 0.84% | 0.41% | - |
| HSV(B) | 29.66º | 0.91% | 0.75% | - |
| XYZ | 26.44 | 20.82 | 3.16 | - |
| YUV | 119.51 | 70.15 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 17 | 0 | 0.46 | 0.91 | 0.25 | 29.66 | 0.84 | 0.41 |
| Hex | BF | 67 | 11 | 0 | 2E | 5B | 19 | 1E | 54 | 29 |
| Octal | 277 | 147 | 21 | 0 | 56 | 133 | 31 | 36 | 124 | 51 |
| Binary | 10111111 | 1100111 | 10001 | 0 | 101110 | 1011011 | 11001 | 11110 | 1010100 | 101001 |
Color Harmonies of #BF6711
Complementary color
Monochromatic Colors of #BF6711
Black with #BF6711
Text Example
Text Example
White with #BF6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6711; }
p { color: rgb(191,103,17); }
H1.HeaderClassName
{
color: #BF6711;
}
.AnyTagClassName
{
color: #BF6711;
}
</style>
background-color css
<style>
a { background-color: #BF6711; }
a { background-color: rgb(191,103,17); }
div.DivClassName
{
background-color: #BF6711;
}
.BgClassName
{
background-color: #BF6711;
}
</style>
border-color css
<style>
span { border-color: #BF6711; }
span { border-color: rgb(191,103,17); }
td.TdClassName
{
border-color: #BF6711;
}
.TagClassName
{
border-color: #BF6711;
}
</style>