#BEB80E

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

Shades of La Rioja #BEB80E

Tints of La Rioja #BEB80E

Color information

#BEB80E (or 0xBEB80E) is unknown color: approx La Rioja. HEX triplet: BE, B8 and 0E. RGB value is (190,184,14). Sum of RGB (Red+Green+Blue) = 190+184+14=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB80E is #4147F1. Grayscale: #A7A7A7. Windows color (decimal): -4278258 or 964798. OLE color: 964798.

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

Color convert

RGB19018414-
CMYK00.030.930.25
HSL57.95º86.27%40%-
HSV(B)57.95º92.63%74.51%-
XYZ38.4545.267.12-
YUV166.4141.99144.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 184 (72.27% from 255) = 47.42%
BLUE value IS 14 (5.86% from 255) = 3.61%
R=48.97%
G=47.42%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901841400.030.930.2557.9586.2740
HexBEB8E035D193a5628
Octal2762701603135317212650
Binary101111101011100011100111011101110011110101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB80E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB80E; }

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

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

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

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

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

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

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

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