Html Css Color HEX #BEB111 La Rioja

📋 copy color: '#BEB111'

red 190 ◦ green 177 ◦ blue 17

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

Shades of La Rioja #BEB111

Tints of La Rioja #BEB111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.43%

R = 49.48%
G = 46.09%
B = 4.43%

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

#BEB111 (or 0xBEB111) is known color: La Rioja. HEX triplet: BE, B1 and 11. RGB value is (190,177,17). Sum of RGB (Red+Green+Blue) = 190+177+17=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB111 is #414EEE. Grayscale: #A3A3A3. Windows color (decimal): -4280047 or 1159614. OLE color: 1159614.

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

Color convert

RGB 190 177 17 -
CMYK 0 0.07 0.91 0.25
HSL 55.49º 0.84% 0.41% -
HSV(B) 55.49º 0.91% 0.75% -
XYZ 37.06 42.43 6.77 -
YUV 162.65 45.81 147.51 -
System Red Green Blue C M Y K H S L
Decimal 190 177 17 0 0.07 0.91 0.25 55.49 0.84 0.41
Hex BE B1 11 0 7 5B 19 37 54 29
Octal 276 261 21 0 7 133 31 67 124 51
Binary 10111110 10110001 10001 0 111 1011011 11001 110111 1010100 101001

Color Harmonies of #BEB111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB111

Black with #BEB111

Text Example


Text Example

White with #BEB111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB111; }

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

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

background-color css

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

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

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

border-color css

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

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

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