#BEB70E

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

Shades of La Rioja #BEB70E

Tints of La Rioja #BEB70E

Color information

#BEB70E (or 0xBEB70E) is unknown color: approx La Rioja. HEX triplet: BE, B7 and 0E. RGB value is (190,183,14). Sum of RGB (Red+Green+Blue) = 190+183+14=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB70E is #4148F1. Grayscale: #A6A6A6. Windows color (decimal): -4278514 or 964542. OLE color: 964542.

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

Color convert

RGB19018314-
CMYK00.040.930.25
HSL57.61º86.27%40%-
HSV(B)57.61º92.63%74.51%-
XYZ38.2544.857.06-
YUV165.8342.32145.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 183 (71.88% from 255) = 47.29%
BLUE value IS 14 (5.86% from 255) = 3.62%
R=49.10%
G=47.29%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901831400.040.930.2557.6186.2740
HexBEB7E045D193a5628
Octal2762671604135317212650
Binary1011111010110111111001001011101110011110101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB70E; }

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

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

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

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

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

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

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

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