Shades of Ochre #BD6B17
Tints of Ochre #BD6B17
RGB
CMYK
RGB Variations
Color information
#BD6B17 (or 0xBD6B17) is known color: Ochre. HEX triplet: BD, 6B and 17. RGB value is (189,107,23). Sum of RGB (Red+Green+Blue) = 189+107+23=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6B17 is #4294E8. Grayscale: #7A7A7A. Windows color (decimal): -4363497 or 1534909. OLE color: 1534909.
HSL color Cylindrical-coordinate representation of color #BD6B17: hue angle of 30.36º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD6B17 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 23 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.26 |
| HSL | 30.36º | 0.78% | 0.42% | - |
| HSV(B) | 30.36º | 0.88% | 0.74% | - |
| XYZ | 26.4 | 21.4 | 3.55 | - |
| YUV | 121.94 | 72.17 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 23 | 0 | 0.43 | 0.88 | 0.26 | 30.36 | 0.78 | 0.42 |
| Hex | BD | 6B | 17 | 0 | 2B | 58 | 1A | 1E | 4E | 2A |
| Octal | 275 | 153 | 27 | 0 | 53 | 130 | 32 | 36 | 116 | 52 |
| Binary | 10111101 | 1101011 | 10111 | 0 | 101011 | 1011000 | 11010 | 11110 | 1001110 | 101010 |
Color Harmonies of #BD6B17
Complementary color
Monochromatic Colors of #BD6B17
Black with #BD6B17
Text Example
Text Example
White with #BD6B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B17; }
p { color: rgb(189,107,23); }
H1.HeaderClassName
{
color: #BD6B17;
}
.AnyTagClassName
{
color: #BD6B17;
}
</style>
background-color css
<style>
a { background-color: #BD6B17; }
a { background-color: rgb(189,107,23); }
div.DivClassName
{
background-color: #BD6B17;
}
.BgClassName
{
background-color: #BD6B17;
}
</style>
border-color css
<style>
span { border-color: #BD6B17; }
span { border-color: rgb(189,107,23); }
td.TdClassName
{
border-color: #BD6B17;
}
.TagClassName
{
border-color: #BD6B17;
}
</style>