#BE6E1A

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

Shades of Ochre #BE6E1A

Tints of Ochre #BE6E1A

Color information

#BE6E1A (or 0xBE6E1A) is unknown color: approx Ochre. HEX triplet: BE, 6E and 1A. RGB value is (190,110,26). Sum of RGB (Red+Green+Blue) = 190+110+26=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E1A is #4191E5. Grayscale: #7C7C7C. Windows color (decimal): -4297190 or 1732286. OLE color: 1732286.

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

Color convert

RGB19011026-
CMYK00.420.860.25
HSL30.73º75.93%42.35%-
HSV(B)30.73º86.32%74.51%-
XYZ2722.173.83-
YUV124.3472.5174.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 26 (10.55% from 255) = 7.98%
R=58.28%
G=33.74%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901102600.420.860.2530.7375.9342.35
HexBE6E1A02A56191f4c2a
Octal27615632052126313711452
Binary101111101101110110100101010101011011001111111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E1A; }

 p { color: rgb(190,110,26); }

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

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

 a { background-color: rgb(190,110,26); }

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

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

 span { border-color: rgb(190,110,26); }

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