Shades of Ochre #BD6C11
Tints of Ochre #BD6C11
RGB
CMYK
RGB Variations
Color information
#BD6C11 (or 0xBD6C11) is known color: Ochre. HEX triplet: BD, 6C and 11. RGB value is (189,108,17). Sum of RGB (Red+Green+Blue) = 189+108+17=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6C11 is #4293EE. Grayscale: #7A7A7A. Windows color (decimal): -4363247 or 1141949. OLE color: 1141949.
HSL color Cylindrical-coordinate representation of color #BD6C11: hue angle of 31.74º 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 #BD6C11 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 108 | 17 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.26 |
| HSL | 31.74º | 0.83% | 0.4% | - |
| HSV(B) | 31.74º | 0.91% | 0.74% | - |
| XYZ | 26.45 | 21.58 | 3.3 | - |
| YUV | 121.85 | 68.84 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 17 | 0 | 0.43 | 0.91 | 0.26 | 31.74 | 0.83 | 0.4 |
| Hex | BD | 6C | 11 | 0 | 2B | 5B | 1A | 20 | 53 | 28 |
| Octal | 275 | 154 | 21 | 0 | 53 | 133 | 32 | 40 | 123 | 50 |
| Binary | 10111101 | 1101100 | 10001 | 0 | 101011 | 1011011 | 11010 | 100000 | 1010011 | 101000 |
Color Harmonies of #BD6C11
Complementary color
Monochromatic Colors of #BD6C11
Black with #BD6C11
Text Example
Text Example
White with #BD6C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6C11; }
p { color: rgb(189,108,17); }
H1.HeaderClassName
{
color: #BD6C11;
}
.AnyTagClassName
{
color: #BD6C11;
}
</style>
background-color css
<style>
a { background-color: #BD6C11; }
a { background-color: rgb(189,108,17); }
div.DivClassName
{
background-color: #BD6C11;
}
.BgClassName
{
background-color: #BD6C11;
}
</style>
border-color css
<style>
span { border-color: #BD6C11; }
span { border-color: rgb(189,108,17); }
td.TdClassName
{
border-color: #BD6C11;
}
.TagClassName
{
border-color: #BD6C11;
}
</style>