#BC6C12

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

Shades of Ochre #BC6C12

Tints of Ochre #BC6C12

Color information

#BC6C12 (or 0xBC6C12) is unknown color: approx Ochre. HEX triplet: BC, 6C and 12. RGB value is (188,108,18). Sum of RGB (Red+Green+Blue) = 188+108+18=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6C12 is #4393ED. Grayscale: #7A7A7A. Windows color (decimal): -4428782 or 1207484. OLE color: 1207484.

HSL color Cylindrical-coordinate representation of color #BC6C12: hue angle of 31.76º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC6C12 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18810818-
CMYK00.430.900.26
HSL31.76º82.52%40.39%-
HSV(B)31.76º90.43%73.73%-
XYZ26.2121.463.33-
YUV121.6669.5175.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.87%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 18 (7.42% from 255) = 5.73%
R=59.87%
G=34.39%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881081800.430.900.2631.7682.5240.39
HexBC6C1202B5A1A205328
Octal27415422053132324012350
Binary1011110011011001001001010111011010110101000001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6C12; }

 p { color: rgb(188,108,18); }

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

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

 a { background-color: rgb(188,108,18); }

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

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

 span { border-color: rgb(188,108,18); }

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