#BC7214

Color #BC7214 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #BC7214

Tints of Ochre #BC7214

Color information

#BC7214 (or 0xBC7214) is unknown color: approx Ochre. HEX triplet: BC, 72 and 14. RGB value is (188,114,20). Sum of RGB (Red+Green+Blue) = 188+114+20=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7214 is #438DEB. Grayscale: #7D7D7D. Windows color (decimal): -4427244 or 1340092. OLE color: 1340092.

HSL color Cylindrical-coordinate representation of color #BC7214: hue angle of 33.57º 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 #BC7214 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB18811420-
CMYK00.390.890.26
HSL33.57º80.77%40.78%-
HSV(B)33.57º89.36%73.73%-
XYZ26.8822.783.64-
YUV125.4168.52172.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 58.39%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 20 (8.20% from 255) = 6.21%
R=58.39%
G=35.40%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881142000.390.890.2633.5780.7740.78
HexBC7214027591A225129
Octal27416224047131324212151
Binary1011110011100101010001001111011001110101000101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7214; }

 p { color: rgb(188,114,20); }

 H1.HeaderClassName
 {
   color: #BC7214;
 }
 .AnyTagClassName
 {
   color: #BC7214;
 }
</style>
background-color css

<style>
 a { background-color: #BC7214; }

 a { background-color: rgb(188,114,20); }

 div.DivClassName
 {
   background-color: #BC7214;
 }
 .BgClassName
 {
   background-color: #BC7214;
 }
</style>
border-color css

<style>
 span { border-color: #BC7214; }

 span { border-color: rgb(188,114,20); }

 td.TdClassName
 {
   border-color: #BC7214;
 }
 .TagClassName
 {
   border-color: #BC7214;
 }
</style>