Shades of Ochre #BC7314
Tints of Ochre #BC7314
RGB
CMYK
RGB Variations
Color information
#BC7314 (or 0xBC7314) is known color: Ochre. HEX triplet: BC, 73 and 14. RGB value is (188,115,20). Sum of RGB (Red+Green+Blue) = 188+115+20=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7314 is #438CEB. Grayscale: #7E7E7E. Windows color (decimal): -4426988 or 1340348. OLE color: 1340348.
HSL color Cylindrical-coordinate representation of color #BC7314: hue angle of 33.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC7314 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 20 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.26 |
| HSL | 33.93º | 0.81% | 0.41% | - |
| HSV(B) | 33.93º | 0.89% | 0.74% | - |
| XYZ | 27 | 23 | 3.68 | - |
| YUV | 126 | 68.18 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 20 | 0 | 0.39 | 0.89 | 0.26 | 33.93 | 0.81 | 0.41 |
| Hex | BC | 73 | 14 | 0 | 27 | 59 | 1A | 22 | 51 | 29 |
| Octal | 274 | 163 | 24 | 0 | 47 | 131 | 32 | 42 | 121 | 51 |
| Binary | 10111100 | 1110011 | 10100 | 0 | 100111 | 1011001 | 11010 | 100010 | 1010001 | 101001 |
Color Harmonies of #BC7314
Complementary color
Monochromatic Colors of #BC7314
Black with #BC7314
Text Example
Text Example
White with #BC7314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7314; }
p { color: rgb(188,115,20); }
H1.HeaderClassName
{
color: #BC7314;
}
.AnyTagClassName
{
color: #BC7314;
}
</style>
background-color css
<style>
a { background-color: #BC7314; }
a { background-color: rgb(188,115,20); }
div.DivClassName
{
background-color: #BC7314;
}
.BgClassName
{
background-color: #BC7314;
}
</style>
border-color css
<style>
span { border-color: #BC7314; }
span { border-color: rgb(188,115,20); }
td.TdClassName
{
border-color: #BC7314;
}
.TagClassName
{
border-color: #BC7314;
}
</style>