Shades of Ochre #BF7612
Tints of Ochre #BF7612
RGB
CMYK
RGB Variations
Color information
#BF7612 (or 0xBF7612) is known color: Ochre. HEX triplet: BF, 76 and 12. RGB value is (191,118,18). Sum of RGB (Red+Green+Blue) = 191+118+18=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7612 is #4089ED. Grayscale: #808080. Windows color (decimal): -4229614 or 1210047. OLE color: 1210047.
HSL color Cylindrical-coordinate representation of color #BF7612: hue angle of 34.68º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF7612 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 18 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.25 |
| HSL | 34.68º | 0.83% | 0.41% | - |
| HSV(B) | 34.68º | 0.91% | 0.75% | - |
| XYZ | 28.07 | 24.08 | 3.74 | - |
| YUV | 128.43 | 65.68 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 18 | 0 | 0.38 | 0.91 | 0.25 | 34.68 | 0.83 | 0.41 |
| Hex | BF | 76 | 12 | 0 | 26 | 5B | 19 | 23 | 53 | 29 |
| Octal | 277 | 166 | 22 | 0 | 46 | 133 | 31 | 43 | 123 | 51 |
| Binary | 10111111 | 1110110 | 10010 | 0 | 100110 | 1011011 | 11001 | 100011 | 1010011 | 101001 |
Color Harmonies of #BF7612
Complementary color
Monochromatic Colors of #BF7612
Black with #BF7612
Text Example
Text Example
White with #BF7612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7612; }
p { color: rgb(191,118,18); }
H1.HeaderClassName
{
color: #BF7612;
}
.AnyTagClassName
{
color: #BF7612;
}
</style>
background-color css
<style>
a { background-color: #BF7612; }
a { background-color: rgb(191,118,18); }
div.DivClassName
{
background-color: #BF7612;
}
.BgClassName
{
background-color: #BF7612;
}
</style>
border-color css
<style>
span { border-color: #BF7612; }
span { border-color: rgb(191,118,18); }
td.TdClassName
{
border-color: #BF7612;
}
.TagClassName
{
border-color: #BF7612;
}
</style>