Shades of Ochre #BC6B13
Tints of Ochre #BC6B13
RGB
CMYK
RGB Variations
Color information
#BC6B13 (or 0xBC6B13) is known color: Ochre. HEX triplet: BC, 6B and 13. RGB value is (188,107,19). Sum of RGB (Red+Green+Blue) = 188+107+19=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6B13 is #4394EC. Grayscale: #797979. Windows color (decimal): -4429037 or 1272764. OLE color: 1272764.
HSL color Cylindrical-coordinate representation of color #BC6B13: hue angle of 31.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC6B13 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 19 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.26 |
| HSL | 31.24º | 0.82% | 0.41% | - |
| HSV(B) | 31.24º | 0.9% | 0.74% | - |
| XYZ | 26.11 | 21.25 | 3.34 | - |
| YUV | 121.19 | 70.34 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 19 | 0 | 0.43 | 0.90 | 0.26 | 31.24 | 0.82 | 0.41 |
| Hex | BC | 6B | 13 | 0 | 2B | 5A | 1A | 1F | 52 | 29 |
| Octal | 274 | 153 | 23 | 0 | 53 | 132 | 32 | 37 | 122 | 51 |
| Binary | 10111100 | 1101011 | 10011 | 0 | 101011 | 1011010 | 11010 | 11111 | 1010010 | 101001 |
Color Harmonies of #BC6B13
Complementary color
Monochromatic Colors of #BC6B13
Black with #BC6B13
Text Example
Text Example
White with #BC6B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B13; }
p { color: rgb(188,107,19); }
H1.HeaderClassName
{
color: #BC6B13;
}
.AnyTagClassName
{
color: #BC6B13;
}
</style>
background-color css
<style>
a { background-color: #BC6B13; }
a { background-color: rgb(188,107,19); }
div.DivClassName
{
background-color: #BC6B13;
}
.BgClassName
{
background-color: #BC6B13;
}
</style>
border-color css
<style>
span { border-color: #BC6B13; }
span { border-color: rgb(188,107,19); }
td.TdClassName
{
border-color: #BC6B13;
}
.TagClassName
{
border-color: #BC6B13;
}
</style>