Shades of Ochre #BF6C11
Tints of Ochre #BF6C11
RGB
CMYK
RGB Variations
Color information
#BF6C11 (or 0xBF6C11) is known color: Ochre. HEX triplet: BF, 6C and 11. RGB value is (191,108,17). Sum of RGB (Red+Green+Blue) = 191+108+17=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6C11 is #4093EE. Grayscale: #7A7A7A. Windows color (decimal): -4232175 or 1141951. OLE color: 1141951.
HSL color Cylindrical-coordinate representation of color #BF6C11: hue angle of 31.38º degrees, saturation: 0.84, 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 #BF6C11 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 108 | 17 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.25 |
| HSL | 31.38º | 0.84% | 0.41% | - |
| HSV(B) | 31.38º | 0.91% | 0.75% | - |
| XYZ | 26.95 | 21.84 | 3.33 | - |
| YUV | 122.44 | 68.5 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 17 | 0 | 0.43 | 0.91 | 0.25 | 31.38 | 0.84 | 0.41 |
| Hex | BF | 6C | 11 | 0 | 2B | 5B | 19 | 1F | 54 | 29 |
| Octal | 277 | 154 | 21 | 0 | 53 | 133 | 31 | 37 | 124 | 51 |
| Binary | 10111111 | 1101100 | 10001 | 0 | 101011 | 1011011 | 11001 | 11111 | 1010100 | 101001 |
Color Harmonies of #BF6C11
Complementary color
Monochromatic Colors of #BF6C11
Black with #BF6C11
Text Example
Text Example
White with #BF6C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6C11; }
p { color: rgb(191,108,17); }
H1.HeaderClassName
{
color: #BF6C11;
}
.AnyTagClassName
{
color: #BF6C11;
}
</style>
background-color css
<style>
a { background-color: #BF6C11; }
a { background-color: rgb(191,108,17); }
div.DivClassName
{
background-color: #BF6C11;
}
.BgClassName
{
background-color: #BF6C11;
}
</style>
border-color css
<style>
span { border-color: #BF6C11; }
span { border-color: rgb(191,108,17); }
td.TdClassName
{
border-color: #BF6C11;
}
.TagClassName
{
border-color: #BF6C11;
}
</style>