Html Css Color HEX #BEB112 La Rioja

📋 copy color: '#BEB112'

red 190 ◦ green 177 ◦ blue 18

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

Shades of La Rioja #BEB112

Tints of La Rioja #BEB112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.68%

R = 49.35%
G = 45.97%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BEB112 (or 0xBEB112) is known color: La Rioja. HEX triplet: BE, B1 and 12. RGB value is (190,177,18). Sum of RGB (Red+Green+Blue) = 190+177+18=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB112 is #414EED. Grayscale: #A3A3A3. Windows color (decimal): -4280046 or 1225150. OLE color: 1225150.

HSL color Cylindrical-coordinate representation of color #BEB112: hue angle of 55.47º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEB112 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 177 18 -
CMYK 0 0.07 0.91 0.25
HSL 55.47º 0.83% 0.41% -
HSV(B) 55.47º 0.91% 0.75% -
XYZ 37.07 42.44 6.81 -
YUV 162.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 190 177 18 0 0.07 0.91 0.25 55.47 0.83 0.41
Hex BE B1 12 0 7 5B 19 37 53 29
Octal 276 261 22 0 7 133 31 67 123 51
Binary 10111110 10110001 10010 0 111 1011011 11001 110111 1010011 101001

Color Harmonies of #BEB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB112

Black with #BEB112

Text Example


Text Example

White with #BEB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB112; }

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

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

background-color css

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

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

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

border-color css

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

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

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