Html Css Color HEX #BEAB04 La Rioja

📋 copy color: '#BEAB04'

red 190 ◦ green 171 ◦ blue 4

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

Shades of La Rioja #BEAB04

Tints of La Rioja #BEAB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 52.05%
G = 46.85%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BEAB04 (or 0xBEAB04) is known color: La Rioja. HEX triplet: BE, AB and 04. RGB value is (190,171,4). Sum of RGB (Red+Green+Blue) = 190+171+4=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAB04 is #4154FB. Grayscale: #9E9E9E. Windows color (decimal): -4281596 or 306110. OLE color: 306110.

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

Color convert

RGB 190 171 4 -
CMYK 0 0.10 0.98 0.25
HSL 53.87º 0.96% 0.38% -
HSV(B) 53.87º 0.98% 0.75% -
XYZ 35.82 40.08 5.96 -
YUV 157.64 41.29 151.08 -
System Red Green Blue C M Y K H S L
Decimal 190 171 4 0 0.10 0.98 0.25 53.87 0.96 0.38
Hex BE AB 4 0 A 62 19 36 60 26
Octal 276 253 4 0 12 142 31 66 140 46
Binary 10111110 10101011 100 0 1010 1100010 11001 110110 1100000 100110

Color Harmonies of #BEAB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB04

Black with #BEAB04

Text Example


Text Example

White with #BEAB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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