#BEB70A

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

Shades of La Rioja #BEB70A

Tints of La Rioja #BEB70A

Color information

#BEB70A (or 0xBEB70A) is unknown color: approx La Rioja. HEX triplet: BE, B7 and 0A. RGB value is (190,183,10). Sum of RGB (Red+Green+Blue) = 190+183+10=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB70A is #4148F5. Grayscale: #A6A6A6. Windows color (decimal): -4278518 or 702398. OLE color: 702398.

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

Color convert

RGB19018310-
CMYK00.040.950.25
HSL57.67º90%39.22%-
HSV(B)57.67º94.74%74.51%-
XYZ38.2244.846.93-
YUV165.3740.32145.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 183 (71.88% from 255) = 47.78%
BLUE value IS 10 (4.30% from 255) = 2.61%
R=49.61%
G=47.78%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901831000.040.950.2557.679039.22
HexBEB7A045F193a5a27
Octal2762671204137317213247
Binary1011111010110111101001001011111110011110101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB70A; }

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

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

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

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

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

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

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

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