Html Css Color HEX #BEA901 La Rioja

📋 copy color: '#BEA901'

red 190 ◦ green 169 ◦ blue 1

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

Shades of La Rioja #BEA901

Tints of La Rioja #BEA901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.94%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 52.78%
G = 46.94%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BEA901 (or 0xBEA901) is known color: La Rioja. HEX triplet: BE, A9 and 01. RGB value is (190,169,1). Sum of RGB (Red+Green+Blue) = 190+169+1=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA901 is #4156FE. Grayscale: #9C9C9C. Windows color (decimal): -4282111 or 108990. OLE color: 108990.

HSL color Cylindrical-coordinate representation of color #BEA901: hue angle of 53.33º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEA901 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 169 1 -
CMYK 0 0.11 0.99 0.25
HSL 53.33º 0.99% 0.37% -
HSV(B) 53.33º 0.99% 0.75% -
XYZ 35.43 39.33 5.75 -
YUV 156.13 40.46 152.16 -
System Red Green Blue C M Y K H S L
Decimal 190 169 1 0 0.11 0.99 0.25 53.33 0.99 0.37
Hex BE A9 1 0 B 63 19 35 63 25
Octal 276 251 1 0 13 143 31 65 143 45
Binary 10111110 10101001 1 0 1011 1100011 11001 110101 1100011 100101

Color Harmonies of #BEA901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA901

Black with #BEA901

Text Example


Text Example

White with #BEA901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA901; }

 p { color: rgb(190,169,1); }

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

background-color css

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

 a { background-color: rgb(190,169,1); }

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

border-color css

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

 span { border-color: rgb(190,169,1); }

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