Html Css Color HEX #BEB502 La Rioja

📋 copy color: '#BEB502'

red 190 ◦ green 181 ◦ blue 2

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

Shades of La Rioja #BEB502

Tints of La Rioja #BEB502

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.53%

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

R = 50.94%
G = 48.53%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BEB502 (or 0xBEB502) is known color: La Rioja. HEX triplet: BE, B5 and 02. RGB value is (190,181,2). Sum of RGB (Red+Green+Blue) = 190+181+2=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB502 is #414AFD. Grayscale: #A4A4A4. Windows color (decimal): -4279038 or 177598. OLE color: 177598.

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

Color convert

RGB 190 181 2 -
CMYK 0 0.05 0.99 0.25
HSL 57.13º 0.98% 0.38% -
HSV(B) 57.13º 0.99% 0.75% -
XYZ 37.77 44 6.56 -
YUV 163.29 36.98 147.05 -
System Red Green Blue C M Y K H S L
Decimal 190 181 2 0 0.05 0.99 0.25 57.13 0.98 0.38
Hex BE B5 2 0 5 63 19 39 62 26
Octal 276 265 2 0 5 143 31 71 142 46
Binary 10111110 10110101 10 0 101 1100011 11001 111001 1100010 100110

Color Harmonies of #BEB502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB502

Black with #BEB502

Text Example


Text Example

White with #BEB502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB502; }

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

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

background-color css

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

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

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

border-color css

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

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

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