Html Css Color HEX #BEAB02 La Rioja

📋 copy color: '#BEAB02'

red 190 ◦ green 171 ◦ blue 2

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

Shades of La Rioja #BEAB02

Tints of La Rioja #BEAB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 52.34%
G = 47.11%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BEAB02 (or 0xBEAB02) is known color: La Rioja. HEX triplet: BE, AB and 02. RGB value is (190,171,2). Sum of RGB (Red+Green+Blue) = 190+171+2=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAB02 is #4154FD. Grayscale: #9E9E9E. Windows color (decimal): -4281598 or 175038. OLE color: 175038.

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

Color convert

RGB 190 171 2 -
CMYK 0 0.10 0.99 0.25
HSL 53.94º 0.98% 0.38% -
HSV(B) 53.94º 0.99% 0.75% -
XYZ 35.81 40.08 5.91 -
YUV 157.42 40.29 151.24 -
System Red Green Blue C M Y K H S L
Decimal 190 171 2 0 0.10 0.99 0.25 53.94 0.98 0.38
Hex BE AB 2 0 A 63 19 36 62 26
Octal 276 253 2 0 12 143 31 66 142 46
Binary 10111110 10101011 10 0 1010 1100011 11001 110110 1100010 100110

Color Harmonies of #BEAB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB02

Black with #BEAB02

Text Example


Text Example

White with #BEAB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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