#BEB20E

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

Shades of La Rioja #BEB20E

Tints of La Rioja #BEB20E

Color information

#BEB20E (or 0xBEB20E) is unknown color: approx La Rioja. HEX triplet: BE, B2 and 0E. RGB value is (190,178,14). Sum of RGB (Red+Green+Blue) = 190+178+14=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB20E is #414DF1. Grayscale: #A3A3A3. Windows color (decimal): -4279794 or 963262. OLE color: 963262.

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

Color convert

RGB19017814-
CMYK00.060.930.25
HSL55.91º86.27%40%-
HSV(B)55.91º92.63%74.51%-
XYZ37.2342.826.72-
YUV162.8943.98147.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 14 (5.86% from 255) = 3.66%
R=49.74%
G=46.60%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901781400.060.930.2555.9186.2740
HexBEB2E065D19385628
Octal2762621606135317012650
Binary1011111010110010111001101011101110011110001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB20E; }

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

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

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

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

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

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

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

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