Html Css Color HEX #BECA10 La Rioja

📋 copy color: '#BECA10'

red 190 ◦ green 202 ◦ blue 16

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

Shades of La Rioja #BECA10

Tints of La Rioja #BECA10

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.51%

 BLUE value IS 16 (6.64% from 255) = 3.92%

R = 46.57%
G = 49.51%
B = 3.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#BECA10 (or 0xBECA10) is known color: La Rioja. HEX triplet: BE, CA and 10. RGB value is (190,202,16). Sum of RGB (Red+Green+Blue) = 190+202+16=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECA10 is #4135EF. Grayscale: #B1B1B1. Windows color (decimal): -4273648 or 1100478. OLE color: 1100478.

HSL color Cylindrical-coordinate representation of color #BECA10: hue angle of 63.87º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BECA10 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 16 -
CMYK 0.06 0 0.92 0.21
HSL 63.87º 0.85% 0.43% -
HSV(B) 63.87º 0.92% 0.79% -
XYZ 42.45 53.23 8.53 -
YUV 177.21 37.02 137.12 -
System Red Green Blue C M Y K H S L
Decimal 190 202 16 0.06 0 0.92 0.21 63.87 0.85 0.43
Hex BE CA 10 6 0 5C 15 40 55 2B
Octal 276 312 20 6 0 134 25 100 125 53
Binary 10111110 11001010 10000 110 0 1011100 10101 1000000 1010101 101011

Color Harmonies of #BECA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA10

Black with #BECA10

Text Example


Text Example

White with #BECA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA10; }

 p { color: rgb(190,202,16); }

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

background-color css

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

 a { background-color: rgb(190,202,16); }

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

border-color css

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

 span { border-color: rgb(190,202,16); }

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