Html Css Color HEX #BEBA1A La Rioja

📋 copy color: '#BEBA1A'

red 190 ◦ green 186 ◦ blue 26

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

Shades of La Rioja #BEBA1A

Tints of La Rioja #BEBA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.47%

R = 47.26%
G = 46.27%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BEBA1A (or 0xBEBA1A) is known color: La Rioja. HEX triplet: BE, BA and 1A. RGB value is (190,186,26). Sum of RGB (Red+Green+Blue) = 190+186+26=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA1A is #4145E5. Grayscale: #A9A9A9. Windows color (decimal): -4277734 or 1751742. OLE color: 1751742.

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

Color convert

RGB 190 186 26 -
CMYK 0 0.02 0.86 0.25
HSL 58.54º 0.76% 0.42% -
HSV(B) 58.54º 0.86% 0.75% -
XYZ 38.98 46.14 7.83 -
YUV 168.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 190 186 26 0 0.02 0.86 0.25 58.54 0.76 0.42
Hex BE BA 1A 0 2 56 19 3B 4C 2A
Octal 276 272 32 0 2 126 31 73 114 52
Binary 10111110 10111010 11010 0 10 1010110 11001 111011 1001100 101010

Color Harmonies of #BEBA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA1A

Black with #BEBA1A

Text Example


Text Example

White with #BEBA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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