Html Css Color HEX #BEB914 La Rioja

📋 copy color: '#BEB914'

red 190 ◦ green 185 ◦ blue 20

#BEB914
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BEB914

Tints of La Rioja #BEB914

RGB

 RED value IS 190 (74.61% from 255) = 48.1%

 GREEN value IS 185 (72.66% from 255) = 46.84%

 BLUE value IS 20 (8.2% from 255) = 5.06%

R = 48.1%
G = 46.84%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BEB914 (or 0xBEB914) is known color: La Rioja. HEX triplet: BE, B9 and 14. RGB value is (190,185,20). Sum of RGB (Red+Green+Blue) = 190+185+20=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB914 is #4146EB. Grayscale: #A8A8A8. Windows color (decimal): -4277996 or 1358270. OLE color: 1358270.

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

Color convert

RGB 190 185 20 -
CMYK 0 0.03 0.89 0.25
HSL 58.24º 0.81% 0.41% -
HSV(B) 58.24º 0.89% 0.75% -
XYZ 38.71 45.7 7.44 -
YUV 167.69 44.66 143.92 -
System Red Green Blue C M Y K H S L
Decimal 190 185 20 0 0.03 0.89 0.25 58.24 0.81 0.41
Hex BE B9 14 0 3 59 19 3A 51 29
Octal 276 271 24 0 3 131 31 72 121 51
Binary 10111110 10111001 10100 0 11 1011001 11001 111010 1010001 101001

Color Harmonies of #BEB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB914

Black with #BEB914

Text Example


Text Example

White with #BEB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB914; }

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

 H1.HeaderClassName
 {
   color: #BEB914;
 }
 .AnyTagClassName
 {
   color: #BEB914;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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