#BE6C0E

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

Shades of Ochre #BE6C0E

Tints of Ochre #BE6C0E

Color information

#BE6C0E (or 0xBE6C0E) is unknown color: approx Ochre. HEX triplet: BE, 6C and 0E. RGB value is (190,108,14). Sum of RGB (Red+Green+Blue) = 190+108+14=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6C0E is #4193F1. Grayscale: #7A7A7A. Windows color (decimal): -4297714 or 945342. OLE color: 945342.

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

Color convert

RGB19010814-
CMYK00.430.930.25
HSL32.05º86.27%40%-
HSV(B)32.05º92.63%74.51%-
XYZ26.6821.73.2-
YUV121.867.17176.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.90%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 14 (5.86% from 255) = 4.49%
R=60.90%
G=34.62%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901081400.430.930.2532.0586.2740
HexBE6CE02B5D19205628
Octal27615416053135314012650
Binary101111101101100111001010111011101110011000001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C0E; }

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

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

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

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

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

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

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

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