Shades of Ochre #BF6D13
Tints of Ochre #BF6D13
RGB
CMYK
RGB Variations
Color information
#BF6D13 (or 0xBF6D13) is known color: Ochre. HEX triplet: BF, 6D and 13. RGB value is (191,109,19). Sum of RGB (Red+Green+Blue) = 191+109+19=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6D13 is #4092EC. Grayscale: #7B7B7B. Windows color (decimal): -4231917 or 1273279. OLE color: 1273279.
HSL color Cylindrical-coordinate representation of color #BF6D13: hue angle of 31.4º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF6D13 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 19 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.25 |
| HSL | 31.4º | 0.82% | 0.41% | - |
| HSV(B) | 31.4º | 0.9% | 0.75% | - |
| XYZ | 27.07 | 22.06 | 3.45 | - |
| YUV | 123.26 | 69.17 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 19 | 0 | 0.43 | 0.90 | 0.25 | 31.4 | 0.82 | 0.41 |
| Hex | BF | 6D | 13 | 0 | 2B | 5A | 19 | 1F | 52 | 29 |
| Octal | 277 | 155 | 23 | 0 | 53 | 132 | 31 | 37 | 122 | 51 |
| Binary | 10111111 | 1101101 | 10011 | 0 | 101011 | 1011010 | 11001 | 11111 | 1010010 | 101001 |
Color Harmonies of #BF6D13
Complementary color
Monochromatic Colors of #BF6D13
Black with #BF6D13
Text Example
Text Example
White with #BF6D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D13; }
p { color: rgb(191,109,19); }
H1.HeaderClassName
{
color: #BF6D13;
}
.AnyTagClassName
{
color: #BF6D13;
}
</style>
background-color css
<style>
a { background-color: #BF6D13; }
a { background-color: rgb(191,109,19); }
div.DivClassName
{
background-color: #BF6D13;
}
.BgClassName
{
background-color: #BF6D13;
}
</style>
border-color css
<style>
span { border-color: #BF6D13; }
span { border-color: rgb(191,109,19); }
td.TdClassName
{
border-color: #BF6D13;
}
.TagClassName
{
border-color: #BF6D13;
}
</style>