#BEB40D

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

Shades of La Rioja #BEB40D

Tints of La Rioja #BEB40D

Color information

#BEB40D (or 0xBEB40D) is unknown color: approx La Rioja. HEX triplet: BE, B4 and 0D. RGB value is (190,180,13). Sum of RGB (Red+Green+Blue) = 190+180+13=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB40D is #414BF2. Grayscale: #A4A4A4. Windows color (decimal): -4279283 or 898238. OLE color: 898238.

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

Color convert

RGB19018013-
CMYK00.050.930.25
HSL56.61º87.19%39.8%-
HSV(B)56.61º93.16%74.51%-
XYZ37.6343.626.82-
YUV163.9542.81146.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 180 (70.70% from 255) = 47.00%
BLUE value IS 13 (5.47% from 255) = 3.39%
R=49.61%
G=47.00%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901801300.050.930.2556.6187.1939.8
HexBEB4D055D19395728
Octal2762641505135317112750
Binary1011111010110100110101011011101110011110011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB40D; }

 p { color: rgb(190,180,13); }

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

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

 a { background-color: rgb(190,180,13); }

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

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

 span { border-color: rgb(190,180,13); }

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