#BEBA19

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

Shades of La Rioja #BEBA19

Tints of La Rioja #BEBA19

Color information

#BEBA19 (or 0xBEBA19) is unknown color: approx La Rioja. HEX triplet: BE, BA and 19. RGB value is (190,186,25). Sum of RGB (Red+Green+Blue) = 190+186+25=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA19 is #4145E6. Grayscale: #A9A9A9. Windows color (decimal): -4277735 or 1686206. OLE color: 1686206.

HSL color Cylindrical-coordinate representation of color #BEBA19: hue angle of 58.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEBA19 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19018625-
CMYK00.020.870.25
HSL58.55º76.74%42.16%-
HSV(B)58.55º86.84%74.51%-
XYZ38.9746.147.77-
YUV168.8446.83143.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 25 (10.16% from 255) = 6.23%
R=47.38%
G=46.38%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901862500.020.870.2558.5576.7442.16
HexBEBA190257193b4d2a
Octal2762723102127317311552
Binary1011111010111010110010101010111110011110111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA19; }

 p { color: rgb(190,186,25); }

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

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

 a { background-color: rgb(190,186,25); }

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

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

 span { border-color: rgb(190,186,25); }

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