Shades of Ochre #BF6D1E
Tints of Ochre #BF6D1E
RGB
CMYK
RGB Variations
Color information
#BF6D1E (or 0xBF6D1E) is known color: Ochre. HEX triplet: BF, 6D and 1E. RGB value is (191,109,30). Sum of RGB (Red+Green+Blue) = 191+109+30=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6D1E is #4092E1. Grayscale: #7C7C7C. Windows color (decimal): -4231906 or 1994175. OLE color: 1994175.
HSL color Cylindrical-coordinate representation of color #BF6D1E: hue angle of 29.44º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF6D1E is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 30 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.25 |
| HSL | 29.44º | 0.73% | 0.43% | - |
| HSV(B) | 29.44º | 0.84% | 0.75% | - |
| XYZ | 27.19 | 22.11 | 4.06 | - |
| YUV | 124.51 | 74.67 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 30 | 0 | 0.43 | 0.84 | 0.25 | 29.44 | 0.73 | 0.43 |
| Hex | BF | 6D | 1E | 0 | 2B | 54 | 19 | 1D | 49 | 2B |
| Octal | 277 | 155 | 36 | 0 | 53 | 124 | 31 | 35 | 111 | 53 |
| Binary | 10111111 | 1101101 | 11110 | 0 | 101011 | 1010100 | 11001 | 11101 | 1001001 | 101011 |
Color Harmonies of #BF6D1E
Complementary color
Monochromatic Colors of #BF6D1E
Black with #BF6D1E
Text Example
Text Example
White with #BF6D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D1E; }
p { color: rgb(191,109,30); }
H1.HeaderClassName
{
color: #BF6D1E;
}
.AnyTagClassName
{
color: #BF6D1E;
}
</style>
background-color css
<style>
a { background-color: #BF6D1E; }
a { background-color: rgb(191,109,30); }
div.DivClassName
{
background-color: #BF6D1E;
}
.BgClassName
{
background-color: #BF6D1E;
}
</style>
border-color css
<style>
span { border-color: #BF6D1E; }
span { border-color: rgb(191,109,30); }
td.TdClassName
{
border-color: #BF6D1E;
}
.TagClassName
{
border-color: #BF6D1E;
}
</style>