Html Css Color HEX #BEB40F La Rioja

📋 copy color: '#BEB40F'

red 190 ◦ green 180 ◦ blue 15

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

Shades of La Rioja #BEB40F

Tints of La Rioja #BEB40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 49.35%
G = 46.75%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BEB40F (or 0xBEB40F) is known color: La Rioja. HEX triplet: BE, B4 and 0F. RGB value is (190,180,15). Sum of RGB (Red+Green+Blue) = 190+180+15=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB40F is #414BF0. Grayscale: #A4A4A4. Windows color (decimal): -4279281 or 1029310. OLE color: 1029310.

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

Color convert

RGB 190 180 15 -
CMYK 0 0.05 0.92 0.25
HSL 56.57º 0.85% 0.4% -
HSV(B) 56.57º 0.92% 0.75% -
XYZ 37.64 43.62 6.89 -
YUV 164.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 190 180 15 0 0.05 0.92 0.25 56.57 0.85 0.4
Hex BE B4 F 0 5 5C 19 39 55 28
Octal 276 264 17 0 5 134 31 71 125 50
Binary 10111110 10110100 1111 0 101 1011100 11001 111001 1010101 101000

Color Harmonies of #BEB40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB40F

Black with #BEB40F

Text Example


Text Example

White with #BEB40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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