#BE6C1A

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

Shades of Ochre #BE6C1A

Tints of Ochre #BE6C1A

Color information

#BE6C1A (or 0xBE6C1A) is unknown color: approx Ochre. HEX triplet: BE, 6C and 1A. RGB value is (190,108,26). Sum of RGB (Red+Green+Blue) = 190+108+26=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6C1A is #4193E5. Grayscale: #7B7B7B. Windows color (decimal): -4297702 or 1731774. OLE color: 1731774.

HSL color Cylindrical-coordinate representation of color #BE6C1A: hue angle of 30º 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 #BE6C1A is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19010826-
CMYK00.430.860.25
HSL30º75.93%42.35%-
HSV(B)30º86.32%74.51%-
XYZ26.7821.753.76-
YUV123.1773.17175.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.64%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 8.02%
R=58.64%
G=33.33%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901082600.430.860.253075.9342.35
HexBE6C1A02B56191e4c2a
Octal27615432053126313611452
Binary101111101101100110100101011101011011001111101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C1A; }

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

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

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

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

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

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

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

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