Shades of Ochre #BF6D16
Tints of Ochre #BF6D16
RGB
CMYK
RGB Variations
Color information
#BF6D16 (or 0xBF6D16) is known color: Ochre. HEX triplet: BF, 6D and 16. RGB value is (191,109,22). Sum of RGB (Red+Green+Blue) = 191+109+22=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6D16 is #4092E9. Grayscale: #7C7C7C. Windows color (decimal): -4231914 or 1469887. OLE color: 1469887.
HSL color Cylindrical-coordinate representation of color #BF6D16: hue angle of 30.89º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF6D16 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 22 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.25 |
| HSL | 30.89º | 0.79% | 0.42% | - |
| HSV(B) | 30.89º | 0.88% | 0.75% | - |
| XYZ | 27.1 | 22.07 | 3.59 | - |
| YUV | 123.6 | 70.67 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 22 | 0 | 0.43 | 0.88 | 0.25 | 30.89 | 0.79 | 0.42 |
| Hex | BF | 6D | 16 | 0 | 2B | 58 | 19 | 1F | 4F | 2A |
| Octal | 277 | 155 | 26 | 0 | 53 | 130 | 31 | 37 | 117 | 52 |
| Binary | 10111111 | 1101101 | 10110 | 0 | 101011 | 1011000 | 11001 | 11111 | 1001111 | 101010 |
Color Harmonies of #BF6D16
Complementary color
Monochromatic Colors of #BF6D16
Black with #BF6D16
Text Example
Text Example
White with #BF6D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D16; }
p { color: rgb(191,109,22); }
H1.HeaderClassName
{
color: #BF6D16;
}
.AnyTagClassName
{
color: #BF6D16;
}
</style>
background-color css
<style>
a { background-color: #BF6D16; }
a { background-color: rgb(191,109,22); }
div.DivClassName
{
background-color: #BF6D16;
}
.BgClassName
{
background-color: #BF6D16;
}
</style>
border-color css
<style>
span { border-color: #BF6D16; }
span { border-color: rgb(191,109,22); }
td.TdClassName
{
border-color: #BF6D16;
}
.TagClassName
{
border-color: #BF6D16;
}
</style>