Html Css Color HEX #BEB110 La Rioja

📋 copy color: '#BEB110'

red 190 ◦ green 177 ◦ blue 16

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

Shades of La Rioja #BEB110

Tints of La Rioja #BEB110

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.21%

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 49.61%
G = 46.21%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BEB110 (or 0xBEB110) is known color: La Rioja. HEX triplet: BE, B1 and 10. RGB value is (190,177,16). Sum of RGB (Red+Green+Blue) = 190+177+16=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB110 is #414EEF. Grayscale: #A3A3A3. Windows color (decimal): -4280048 or 1094078. OLE color: 1094078.

HSL color Cylindrical-coordinate representation of color #BEB110: hue angle of 55.52º degrees, saturation: 0.84, 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 #BEB110 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 177 16 -
CMYK 0 0.07 0.92 0.25
HSL 55.52º 0.84% 0.4% -
HSV(B) 55.52º 0.92% 0.75% -
XYZ 37.05 42.43 6.73 -
YUV 162.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 190 177 16 0 0.07 0.92 0.25 55.52 0.84 0.4
Hex BE B1 10 0 7 5C 19 38 54 28
Octal 276 261 20 0 7 134 31 70 124 50
Binary 10111110 10110001 10000 0 111 1011100 11001 111000 1010100 101000

Color Harmonies of #BEB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB110

Black with #BEB110

Text Example


Text Example

White with #BEB110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB110; }

 p { color: rgb(190,177,16); }

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

background-color css

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

 a { background-color: rgb(190,177,16); }

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

border-color css

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

 span { border-color: rgb(190,177,16); }

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