Html Css Color HEX #BEB20C La Rioja

📋 copy color: '#BEB20C'

red 190 ◦ green 178 ◦ blue 12

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

Shades of La Rioja #BEB20C

Tints of La Rioja #BEB20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.16%

R = 50%
G = 46.84%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEB20C (or 0xBEB20C) is known color: La Rioja. HEX triplet: BE, B2 and 0C. RGB value is (190,178,12). Sum of RGB (Red+Green+Blue) = 190+178+12=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB20C is #414DF3. Grayscale: #A3A3A3. Windows color (decimal): -4279796 or 832190. OLE color: 832190.

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

Color convert

RGB 190 178 12 -
CMYK 0 0.06 0.94 0.25
HSL 55.96º 0.88% 0.4% -
HSV(B) 55.96º 0.94% 0.75% -
XYZ 37.22 42.81 6.65 -
YUV 162.66 42.98 147.5 -
System Red Green Blue C M Y K H S L
Decimal 190 178 12 0 0.06 0.94 0.25 55.96 0.88 0.4
Hex BE B2 C 0 6 5E 19 38 58 28
Octal 276 262 14 0 6 136 31 70 130 50
Binary 10111110 10110010 1100 0 110 1011110 11001 111000 1011000 101000

Color Harmonies of #BEB20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB20C

Black with #BEB20C

Text Example


Text Example

White with #BEB20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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