Html Css Color HEX #BEAE0E La Rioja

📋 copy color: '#BEAE0E'

red 190 ◦ green 174 ◦ blue 14

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

Shades of La Rioja #BEAE0E

Tints of La Rioja #BEAE0E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.03%

 BLUE value IS 14 (5.86% from 255) = 3.7%

R = 50.26%
G = 46.03%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BEAE0E (or 0xBEAE0E) is known color: La Rioja. HEX triplet: BE, AE and 0E. RGB value is (190,174,14). Sum of RGB (Red+Green+Blue) = 190+174+14=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAE0E is #4151F1. Grayscale: #A1A1A1. Windows color (decimal): -4280818 or 962238. OLE color: 962238.

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

Color convert

RGB 190 174 14 -
CMYK 0 0.08 0.93 0.25
HSL 54.55º 0.86% 0.4% -
HSV(B) 54.55º 0.93% 0.75% -
XYZ 36.45 41.25 6.46 -
YUV 160.54 45.3 149.01 -
System Red Green Blue C M Y K H S L
Decimal 190 174 14 0 0.08 0.93 0.25 54.55 0.86 0.4
Hex BE AE E 0 8 5D 19 37 56 28
Octal 276 256 16 0 10 135 31 67 126 50
Binary 10111110 10101110 1110 0 1000 1011101 11001 110111 1010110 101000

Color Harmonies of #BEAE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAE0E

Black with #BEAE0E

Text Example


Text Example

White with #BEAE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAE0E; }

 p { color: rgb(190,174,14); }

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

background-color css

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

 a { background-color: rgb(190,174,14); }

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

border-color css

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

 span { border-color: rgb(190,174,14); }

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