Html Css Color HEX #BEB20D La Rioja

📋 copy color: '#BEB20D'

red 190 ◦ green 178 ◦ blue 13

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

Shades of La Rioja #BEB20D

Tints of La Rioja #BEB20D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.72%

 BLUE value IS 13 (5.47% from 255) = 3.41%

R = 49.87%
G = 46.72%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BEB20D (or 0xBEB20D) is known color: La Rioja. HEX triplet: BE, B2 and 0D. RGB value is (190,178,13). Sum of RGB (Red+Green+Blue) = 190+178+13=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB20D is #414DF2. Grayscale: #A3A3A3. Windows color (decimal): -4279795 or 897726. OLE color: 897726.

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

Color convert

RGB 190 178 13 -
CMYK 0 0.06 0.93 0.25
HSL 55.93º 0.87% 0.4% -
HSV(B) 55.93º 0.93% 0.75% -
XYZ 37.23 42.82 6.68 -
YUV 162.78 43.48 147.42 -
System Red Green Blue C M Y K H S L
Decimal 190 178 13 0 0.06 0.93 0.25 55.93 0.87 0.4
Hex BE B2 D 0 6 5D 19 38 57 28
Octal 276 262 15 0 6 135 31 70 127 50
Binary 10111110 10110010 1101 0 110 1011101 11001 111000 1010111 101000

Color Harmonies of #BEB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB20D

Black with #BEB20D

Text Example


Text Example

White with #BEB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB20D; }

 p { color: rgb(190,178,13); }

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

background-color css

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

 a { background-color: rgb(190,178,13); }

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

border-color css

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

 span { border-color: rgb(190,178,13); }

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