Html Css Color HEX #BEAB00 La Rioja

📋 copy color: '#BEAB00'

red 190 ◦ green 171 ◦ blue 0

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

Shades of La Rioja #BEAB00

Tints of La Rioja #BEAB00

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.63%
G = 47.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BEAB00 (or 0xBEAB00) is known color: La Rioja. HEX triplet: BE, AB and 00. RGB value is (190,171,0). Sum of RGB (Red+Green+Blue) = 190+171+0=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAB00 is #4154FF. Grayscale: #9D9D9D. Windows color (decimal): -4281600 or 43966. OLE color: 43966.

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

Color convert

RGB 190 171 0 -
CMYK 0 0.10 1 0.25
HSL 54º 1% 0.37% -
HSV(B) 54º 1% 0.75% -
XYZ 35.8 40.07 5.85 -
YUV 157.19 39.29 151.4 -
System Red Green Blue C M Y K H S L
Decimal 190 171 0 0 0.10 1 0.25 54 1 0.37
Hex BE AB 0 0 A 64 19 36 64 25
Octal 276 253 0 0 12 144 31 66 144 45
Binary 10111110 10101011 0 0 1010 1100100 11001 110110 1100100 100101

Color Harmonies of #BEAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB00

Black with #BEAB00

Text Example


Text Example

White with #BEAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB00; }

 p { color: rgb(190,171,0); }

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

background-color css

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

 a { background-color: rgb(190,171,0); }

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

border-color css

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

 span { border-color: rgb(190,171,0); }

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