Html Css Color HEX #BEBA19 La Rioja

📋 copy color: '#BEBA19'

red 190 ◦ green 186 ◦ blue 25

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

Shades of La Rioja #BEBA19

Tints of La Rioja #BEBA19

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.38%

 BLUE value IS 25 (10.16% from 255) = 6.23%

R = 47.38%
G = 46.38%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BEBA19 (or 0xBEBA19) is known color: La Rioja. HEX triplet: BE, BA and 19. RGB value is (190,186,25). Sum of RGB (Red+Green+Blue) = 190+186+25=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA19 is #4145E6. Grayscale: #A9A9A9. Windows color (decimal): -4277735 or 1686206. OLE color: 1686206.

HSL color Cylindrical-coordinate representation of color #BEBA19: hue angle of 58.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEBA19 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 186 25 -
CMYK 0 0.02 0.87 0.25
HSL 58.55º 0.77% 0.42% -
HSV(B) 58.55º 0.87% 0.75% -
XYZ 38.97 46.14 7.77 -
YUV 168.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 190 186 25 0 0.02 0.87 0.25 58.55 0.77 0.42
Hex BE BA 19 0 2 57 19 3B 4D 2A
Octal 276 272 31 0 2 127 31 73 115 52
Binary 10111110 10111010 11001 0 10 1010111 11001 111011 1001101 101010

Color Harmonies of #BEBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA19

Black with #BEBA19

Text Example


Text Example

White with #BEBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA19; }

 p { color: rgb(190,186,25); }

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

background-color css

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

 a { background-color: rgb(190,186,25); }

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

border-color css

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

 span { border-color: rgb(190,186,25); }

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