Shades of Ochre #BF6E10
Tints of Ochre #BF6E10
RGB
CMYK
RGB Variations
Color information
#BF6E10 (or 0xBF6E10) is known color: Ochre. HEX triplet: BF, 6E and 10. RGB value is (191,110,16). Sum of RGB (Red+Green+Blue) = 191+110+16=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6E10 is #4091EF. Grayscale: #7B7B7B. Windows color (decimal): -4231664 or 1076927. OLE color: 1076927.
HSL color Cylindrical-coordinate representation of color #BF6E10: hue angle of 32.23º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF6E10 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 110 | 16 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.25 |
| HSL | 32.23º | 0.85% | 0.41% | - |
| HSV(B) | 32.23º | 0.92% | 0.75% | - |
| XYZ | 27.16 | 22.27 | 3.36 | - |
| YUV | 123.5 | 67.34 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 16 | 0 | 0.42 | 0.92 | 0.25 | 32.23 | 0.85 | 0.41 |
| Hex | BF | 6E | 10 | 0 | 2A | 5C | 19 | 20 | 55 | 29 |
| Octal | 277 | 156 | 20 | 0 | 52 | 134 | 31 | 40 | 125 | 51 |
| Binary | 10111111 | 1101110 | 10000 | 0 | 101010 | 1011100 | 11001 | 100000 | 1010101 | 101001 |
Color Harmonies of #BF6E10
Complementary color
Monochromatic Colors of #BF6E10
Black with #BF6E10
Text Example
Text Example
White with #BF6E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E10; }
p { color: rgb(191,110,16); }
H1.HeaderClassName
{
color: #BF6E10;
}
.AnyTagClassName
{
color: #BF6E10;
}
</style>
background-color css
<style>
a { background-color: #BF6E10; }
a { background-color: rgb(191,110,16); }
div.DivClassName
{
background-color: #BF6E10;
}
.BgClassName
{
background-color: #BF6E10;
}
</style>
border-color css
<style>
span { border-color: #BF6E10; }
span { border-color: rgb(191,110,16); }
td.TdClassName
{
border-color: #BF6E10;
}
.TagClassName
{
border-color: #BF6E10;
}
</style>