#BC6E16

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

Shades of Ochre #BC6E16

Tints of Ochre #BC6E16

Color information

#BC6E16 (or 0xBC6E16) is unknown color: approx Ochre. HEX triplet: BC, 6E and 16. RGB value is (188,110,22). Sum of RGB (Red+Green+Blue) = 188+110+22=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6E16 is #4391E9. Grayscale: #7B7B7B. Windows color (decimal): -4428266 or 1470140. OLE color: 1470140.

HSL color Cylindrical-coordinate representation of color #BC6E16: hue angle of 31.81º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC6E16 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB18811022-
CMYK00.410.880.26
HSL31.81º79.05%41.18%-
HSV(B)31.81º88.3%73.73%-
XYZ26.4621.93.59-
YUV123.2970.84174.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.75%
GREEN value IS 110 (43.36% from 255) = 34.38%
BLUE value IS 22 (8.98% from 255) = 6.88%
R=58.75%
G=34.38%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881102200.410.880.2631.8179.0541.18
HexBC6E16029581A204f29
Octal27415626051130324011751
Binary1011110011011101011001010011011000110101000001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6E16; }

 p { color: rgb(188,110,22); }

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

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

 a { background-color: rgb(188,110,22); }

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

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

 span { border-color: rgb(188,110,22); }

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