Shades of Chocolate #BF670E
Tints of Chocolate #BF670E
RGB
CMYK
RGB Variations
Color information
#BF670E (or 0xBF670E) is known color: Chocolate. HEX triplet: BF, 67 and 0E. RGB value is (191,103,14). Sum of RGB (Red+Green+Blue) = 191+103+14=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF670E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF670E is #4098F1. Grayscale: #777777. Windows color (decimal): -4233458 or 944063. OLE color: 944063.
HSL color Cylindrical-coordinate representation of color #BF670E: hue angle of 30.17º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF670E is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 14 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.25 |
| HSL | 30.17º | 0.86% | 0.4% | - |
| HSV(B) | 30.17º | 0.93% | 0.75% | - |
| XYZ | 26.42 | 20.81 | 3.04 | - |
| YUV | 119.17 | 68.65 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 14 | 0 | 0.46 | 0.93 | 0.25 | 30.17 | 0.86 | 0.4 |
| Hex | BF | 67 | E | 0 | 2E | 5D | 19 | 1E | 56 | 28 |
| Octal | 277 | 147 | 16 | 0 | 56 | 135 | 31 | 36 | 126 | 50 |
| Binary | 10111111 | 1100111 | 1110 | 0 | 101110 | 1011101 | 11001 | 11110 | 1010110 | 101000 |
Color Harmonies of #BF670E
Complementary color
Monochromatic Colors of #BF670E
Black with #BF670E
Text Example
Text Example
White with #BF670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF670E; }
p { color: rgb(191,103,14); }
H1.HeaderClassName
{
color: #BF670E;
}
.AnyTagClassName
{
color: #BF670E;
}
</style>
background-color css
<style>
a { background-color: #BF670E; }
a { background-color: rgb(191,103,14); }
div.DivClassName
{
background-color: #BF670E;
}
.BgClassName
{
background-color: #BF670E;
}
</style>
border-color css
<style>
span { border-color: #BF670E; }
span { border-color: rgb(191,103,14); }
td.TdClassName
{
border-color: #BF670E;
}
.TagClassName
{
border-color: #BF670E;
}
</style>