Html Css Color HEX #BEB913 La Rioja

📋 copy color: '#BEB913'

red 190 ◦ green 185 ◦ blue 19

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

Shades of La Rioja #BEB913

Tints of La Rioja #BEB913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.95%

 BLUE value IS 19 (7.81% from 255) = 4.82%

R = 48.22%
G = 46.95%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BEB913 (or 0xBEB913) is known color: La Rioja. HEX triplet: BE, B9 and 13. RGB value is (190,185,19). Sum of RGB (Red+Green+Blue) = 190+185+19=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB913 is #4146EC. Grayscale: #A8A8A8. Windows color (decimal): -4277997 or 1292734. OLE color: 1292734.

HSL color Cylindrical-coordinate representation of color #BEB913: hue angle of 58.25º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEB913 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 185 19 -
CMYK 0 0.03 0.90 0.25
HSL 58.25º 0.82% 0.41% -
HSV(B) 58.25º 0.9% 0.75% -
XYZ 38.7 45.69 7.4 -
YUV 167.57 44.16 144 -
System Red Green Blue C M Y K H S L
Decimal 190 185 19 0 0.03 0.90 0.25 58.25 0.82 0.41
Hex BE B9 13 0 3 5A 19 3A 52 29
Octal 276 271 23 0 3 132 31 72 122 51
Binary 10111110 10111001 10011 0 11 1011010 11001 111010 1010010 101001

Color Harmonies of #BEB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB913

Black with #BEB913

Text Example


Text Example

White with #BEB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB913; }

 p { color: rgb(190,185,19); }

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

background-color css

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

 a { background-color: rgb(190,185,19); }

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

border-color css

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

 span { border-color: rgb(190,185,19); }

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