Html Css Color HEX #BEB802 La Rioja

📋 copy color: '#BEB802'

red 190 ◦ green 184 ◦ blue 2

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

Shades of La Rioja #BEB802

Tints of La Rioja #BEB802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.94%

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

R = 50.53%
G = 48.94%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BEB802 (or 0xBEB802) is known color: La Rioja. HEX triplet: BE, B8 and 02. RGB value is (190,184,2). Sum of RGB (Red+Green+Blue) = 190+184+2=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB802 is #4147FD. Grayscale: #A5A5A5. Windows color (decimal): -4278270 or 178366. OLE color: 178366.

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

Color convert

RGB 190 184 2 -
CMYK 0 0.03 0.99 0.25
HSL 58.09º 0.98% 0.38% -
HSV(B) 58.09º 0.99% 0.75% -
XYZ 38.39 45.23 6.76 -
YUV 165.05 35.99 145.8 -
System Red Green Blue C M Y K H S L
Decimal 190 184 2 0 0.03 0.99 0.25 58.09 0.98 0.38
Hex BE B8 2 0 3 63 19 3A 62 26
Octal 276 270 2 0 3 143 31 72 142 46
Binary 10111110 10111000 10 0 11 1100011 11001 111010 1100010 100110

Color Harmonies of #BEB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB802

Black with #BEB802

Text Example


Text Example

White with #BEB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB802; }

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

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

background-color css

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

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

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

border-color css

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

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

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