Shades of Ochre #BF6C19
Tints of Ochre #BF6C19
RGB
CMYK
RGB Variations
Color information
#BF6C19 (or 0xBF6C19) is known color: Ochre. HEX triplet: BF, 6C and 19. RGB value is (191,108,25). Sum of RGB (Red+Green+Blue) = 191+108+25=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6C19 is #4093E6. Grayscale: #7B7B7B. Windows color (decimal): -4232167 or 1666239. OLE color: 1666239.
HSL color Cylindrical-coordinate representation of color #BF6C19: hue angle of 30º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF6C19 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 108 | 25 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.25 |
| HSL | 30º | 0.77% | 0.42% | - |
| HSV(B) | 30º | 0.87% | 0.75% | - |
| XYZ | 27.02 | 21.87 | 3.72 | - |
| YUV | 123.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 25 | 0 | 0.43 | 0.87 | 0.25 | 30 | 0.77 | 0.42 |
| Hex | BF | 6C | 19 | 0 | 2B | 57 | 19 | 1E | 4D | 2A |
| Octal | 277 | 154 | 31 | 0 | 53 | 127 | 31 | 36 | 115 | 52 |
| Binary | 10111111 | 1101100 | 11001 | 0 | 101011 | 1010111 | 11001 | 11110 | 1001101 | 101010 |
Color Harmonies of #BF6C19
Complementary color
Monochromatic Colors of #BF6C19
Black with #BF6C19
Text Example
Text Example
White with #BF6C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6C19; }
p { color: rgb(191,108,25); }
H1.HeaderClassName
{
color: #BF6C19;
}
.AnyTagClassName
{
color: #BF6C19;
}
</style>
background-color css
<style>
a { background-color: #BF6C19; }
a { background-color: rgb(191,108,25); }
div.DivClassName
{
background-color: #BF6C19;
}
.BgClassName
{
background-color: #BF6C19;
}
</style>
border-color css
<style>
span { border-color: #BF6C19; }
span { border-color: rgb(191,108,25); }
td.TdClassName
{
border-color: #BF6C19;
}
.TagClassName
{
border-color: #BF6C19;
}
</style>