Html Css Color HEX #BEAD04 La Rioja

📋 copy color: '#BEAD04'

red 190 ◦ green 173 ◦ blue 4

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

Shades of La Rioja #BEAD04

Tints of La Rioja #BEAD04

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.14%

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

R = 51.77%
G = 47.14%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BEAD04 (or 0xBEAD04) is known color: La Rioja. HEX triplet: BE, AD and 04. RGB value is (190,173,4). Sum of RGB (Red+Green+Blue) = 190+173+4=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAD04 is #4152FB. Grayscale: #9F9F9F. Windows color (decimal): -4281084 or 306622. OLE color: 306622.

HSL color Cylindrical-coordinate representation of color #BEAD04: hue angle of 54.52º 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 #BEAD04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 173 4 -
CMYK 0 0.09 0.98 0.25
HSL 54.52º 0.96% 0.38% -
HSV(B) 54.52º 0.98% 0.75% -
XYZ 36.2 40.84 6.09 -
YUV 158.82 40.63 150.24 -
System Red Green Blue C M Y K H S L
Decimal 190 173 4 0 0.09 0.98 0.25 54.52 0.96 0.38
Hex BE AD 4 0 9 62 19 37 60 26
Octal 276 255 4 0 11 142 31 67 140 46
Binary 10111110 10101101 100 0 1001 1100010 11001 110111 1100000 100110

Color Harmonies of #BEAD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD04

Black with #BEAD04

Text Example


Text Example

White with #BEAD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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