Shades of Ochre #BF6B11
Tints of Ochre #BF6B11
RGB
CMYK
RGB Variations
Color information
#BF6B11 (or 0xBF6B11) is known color: Ochre. HEX triplet: BF, 6B and 11. RGB value is (191,107,17). Sum of RGB (Red+Green+Blue) = 191+107+17=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6B11 is #4094EE. Grayscale: #7A7A7A. Windows color (decimal): -4232431 or 1141695. OLE color: 1141695.
HSL color Cylindrical-coordinate representation of color #BF6B11: hue angle of 31.03º 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 #BF6B11 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 107 | 17 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.25 |
| HSL | 31.03º | 0.84% | 0.41% | - |
| HSV(B) | 31.03º | 0.91% | 0.75% | - |
| XYZ | 26.84 | 21.63 | 3.29 | - |
| YUV | 121.86 | 68.83 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 17 | 0 | 0.44 | 0.91 | 0.25 | 31.03 | 0.84 | 0.41 |
| Hex | BF | 6B | 11 | 0 | 2C | 5B | 19 | 1F | 54 | 29 |
| Octal | 277 | 153 | 21 | 0 | 54 | 133 | 31 | 37 | 124 | 51 |
| Binary | 10111111 | 1101011 | 10001 | 0 | 101100 | 1011011 | 11001 | 11111 | 1010100 | 101001 |
Color Harmonies of #BF6B11
Complementary color
Monochromatic Colors of #BF6B11
Black with #BF6B11
Text Example
Text Example
White with #BF6B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6B11; }
p { color: rgb(191,107,17); }
H1.HeaderClassName
{
color: #BF6B11;
}
.AnyTagClassName
{
color: #BF6B11;
}
</style>
background-color css
<style>
a { background-color: #BF6B11; }
a { background-color: rgb(191,107,17); }
div.DivClassName
{
background-color: #BF6B11;
}
.BgClassName
{
background-color: #BF6B11;
}
</style>
border-color css
<style>
span { border-color: #BF6B11; }
span { border-color: rgb(191,107,17); }
td.TdClassName
{
border-color: #BF6B11;
}
.TagClassName
{
border-color: #BF6B11;
}
</style>