Shades of Ochre #BF6C0F
Tints of Ochre #BF6C0F
RGB
CMYK
RGB Variations
Color information
#BF6C0F (or 0xBF6C0F) is known color: Ochre. HEX triplet: BF, 6C and 0F. RGB value is (191,108,15). Sum of RGB (Red+Green+Blue) = 191+108+15=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6C0F is #4093F0. Grayscale: #7A7A7A. Windows color (decimal): -4232177 or 1010879. OLE color: 1010879.
HSL color Cylindrical-coordinate representation of color #BF6C0F: hue angle of 31.7º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF6C0F is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 108 | 15 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.25 |
| HSL | 31.7º | 0.85% | 0.4% | - |
| HSV(B) | 31.7º | 0.92% | 0.75% | - |
| XYZ | 26.93 | 21.84 | 3.25 | - |
| YUV | 122.22 | 67.5 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 15 | 0 | 0.43 | 0.92 | 0.25 | 31.7 | 0.85 | 0.4 |
| Hex | BF | 6C | F | 0 | 2B | 5C | 19 | 20 | 55 | 28 |
| Octal | 277 | 154 | 17 | 0 | 53 | 134 | 31 | 40 | 125 | 50 |
| Binary | 10111111 | 1101100 | 1111 | 0 | 101011 | 1011100 | 11001 | 100000 | 1010101 | 101000 |
Color Harmonies of #BF6C0F
Complementary color
Monochromatic Colors of #BF6C0F
Black with #BF6C0F
Text Example
Text Example
White with #BF6C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6C0F; }
p { color: rgb(191,108,15); }
H1.HeaderClassName
{
color: #BF6C0F;
}
.AnyTagClassName
{
color: #BF6C0F;
}
</style>
background-color css
<style>
a { background-color: #BF6C0F; }
a { background-color: rgb(191,108,15); }
div.DivClassName
{
background-color: #BF6C0F;
}
.BgClassName
{
background-color: #BF6C0F;
}
</style>
border-color css
<style>
span { border-color: #BF6C0F; }
span { border-color: rgb(191,108,15); }
td.TdClassName
{
border-color: #BF6C0F;
}
.TagClassName
{
border-color: #BF6C0F;
}
</style>