Html Css Color HEX #BEB40B La Rioja

📋 copy color: '#BEB40B'

red 190 ◦ green 180 ◦ blue 11

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

Shades of La Rioja #BEB40B

Tints of La Rioja #BEB40B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.24%

 BLUE value IS 11 (4.69% from 255) = 2.89%

R = 49.87%
G = 47.24%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEB40B (or 0xBEB40B) is known color: La Rioja. HEX triplet: BE, B4 and 0B. RGB value is (190,180,11). Sum of RGB (Red+Green+Blue) = 190+180+11=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB40B is #414BF4. Grayscale: #A4A4A4. Windows color (decimal): -4279285 or 767166. OLE color: 767166.

HSL color Cylindrical-coordinate representation of color #BEB40B: hue angle of 56.65º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEB40B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 180 11 -
CMYK 0 0.05 0.94 0.25
HSL 56.65º 0.89% 0.39% -
HSV(B) 56.65º 0.94% 0.75% -
XYZ 37.62 43.61 6.75 -
YUV 163.72 41.81 146.74 -
System Red Green Blue C M Y K H S L
Decimal 190 180 11 0 0.05 0.94 0.25 56.65 0.89 0.39
Hex BE B4 B 0 5 5E 19 39 59 27
Octal 276 264 13 0 5 136 31 71 131 47
Binary 10111110 10110100 1011 0 101 1011110 11001 111001 1011001 100111

Color Harmonies of #BEB40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB40B

Black with #BEB40B

Text Example


Text Example

White with #BEB40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB40B; }

 p { color: rgb(190,180,11); }

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

background-color css

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

 a { background-color: rgb(190,180,11); }

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

border-color css

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

 span { border-color: rgb(190,180,11); }

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