Shades of Ochre #BD6D11
Tints of Ochre #BD6D11
RGB
CMYK
RGB Variations
Color information
#BD6D11 (or 0xBD6D11) is known color: Ochre. HEX triplet: BD, 6D and 11. RGB value is (189,109,17). Sum of RGB (Red+Green+Blue) = 189+109+17=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6D11 is #4292EE. Grayscale: #7A7A7A. Windows color (decimal): -4362991 or 1142205. OLE color: 1142205.
HSL color Cylindrical-coordinate representation of color #BD6D11: hue angle of 32.09º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD6D11 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 109 | 17 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.26 |
| HSL | 32.09º | 0.83% | 0.4% | - |
| HSV(B) | 32.09º | 0.91% | 0.74% | - |
| XYZ | 26.56 | 21.8 | 3.34 | - |
| YUV | 122.43 | 68.5 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 17 | 0 | 0.42 | 0.91 | 0.26 | 32.09 | 0.83 | 0.4 |
| Hex | BD | 6D | 11 | 0 | 2A | 5B | 1A | 20 | 53 | 28 |
| Octal | 275 | 155 | 21 | 0 | 52 | 133 | 32 | 40 | 123 | 50 |
| Binary | 10111101 | 1101101 | 10001 | 0 | 101010 | 1011011 | 11010 | 100000 | 1010011 | 101000 |
Color Harmonies of #BD6D11
Complementary color
Monochromatic Colors of #BD6D11
Black with #BD6D11
Text Example
Text Example
White with #BD6D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6D11; }
p { color: rgb(189,109,17); }
H1.HeaderClassName
{
color: #BD6D11;
}
.AnyTagClassName
{
color: #BD6D11;
}
</style>
background-color css
<style>
a { background-color: #BD6D11; }
a { background-color: rgb(189,109,17); }
div.DivClassName
{
background-color: #BD6D11;
}
.BgClassName
{
background-color: #BD6D11;
}
</style>
border-color css
<style>
span { border-color: #BD6D11; }
span { border-color: rgb(189,109,17); }
td.TdClassName
{
border-color: #BD6D11;
}
.TagClassName
{
border-color: #BD6D11;
}
</style>