#BC6C0E

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

Shades of Ochre #BC6C0E

Tints of Ochre #BC6C0E

Color information

#BC6C0E (or 0xBC6C0E) is unknown color: approx Ochre. HEX triplet: BC, 6C and 0E. RGB value is (188,108,14). Sum of RGB (Red+Green+Blue) = 188+108+14=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6C0E is #4393F1. Grayscale: #797979. Windows color (decimal): -4428786 or 945340. OLE color: 945340.

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

Color convert

RGB18810814-
CMYK00.430.930.26
HSL32.41º86.14%39.61%-
HSV(B)32.41º92.55%73.73%-
XYZ26.1821.453.18-
YUV121.267.5175.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.65%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 14 (5.86% from 255) = 4.52%
R=60.65%
G=34.84%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881081400.430.930.2632.4186.1439.61
HexBC6CE02B5D1A205628
Octal27415416053135324012650
Binary101111001101100111001010111011101110101000001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6C0E; }

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

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

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

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

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

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

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

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