#BEB90A

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

Shades of La Rioja #BEB90A

Tints of La Rioja #BEB90A

Color information

#BEB90A (or 0xBEB90A) is unknown color: approx La Rioja. HEX triplet: BE, B9 and 0A. RGB value is (190,185,10). Sum of RGB (Red+Green+Blue) = 190+185+10=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB90A is #4146F5. Grayscale: #A7A7A7. Windows color (decimal): -4278006 or 702910. OLE color: 702910.

HSL color Cylindrical-coordinate representation of color #BEB90A: hue angle of 58.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEB90A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB19018510-
CMYK00.030.950.25
HSL58.33º90%39.22%-
HSV(B)58.33º94.74%74.51%-
XYZ38.6445.677.07-
YUV166.5439.66144.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 185 (72.66% from 255) = 48.05%
BLUE value IS 10 (4.30% from 255) = 2.60%
R=49.35%
G=48.05%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901851000.030.950.2558.339039.22
HexBEB9A035F193a5a27
Octal2762711203137317213247
Binary101111101011100110100111011111110011110101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB90A; }

 p { color: rgb(190,185,10); }

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

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

 a { background-color: rgb(190,185,10); }

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

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

 span { border-color: rgb(190,185,10); }

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