Html Css Color HEX #BECB10 La Rioja

📋 copy color: '#BECB10'

red 190 ◦ green 203 ◦ blue 16

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

Shades of La Rioja #BECB10

Tints of La Rioja #BECB10

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.63%

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

R = 46.45%
G = 49.63%
B = 3.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#BECB10 (or 0xBECB10) is known color: La Rioja. HEX triplet: BE, CB and 10. RGB value is (190,203,16). Sum of RGB (Red+Green+Blue) = 190+203+16=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECB10 is #4134EF. Grayscale: #B2B2B2. Windows color (decimal): -4273392 or 1100734. OLE color: 1100734.

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

Color convert

RGB 190 203 16 -
CMYK 0.06 0 0.92 0.20
HSL 64.17º 0.85% 0.43% -
HSV(B) 64.17º 0.92% 0.8% -
XYZ 42.68 53.7 8.6 -
YUV 177.8 36.69 136.71 -
System Red Green Blue C M Y K H S L
Decimal 190 203 16 0.06 0 0.92 0.20 64.17 0.85 0.43
Hex BE CB 10 6 0 5C 14 40 55 2B
Octal 276 313 20 6 0 134 24 100 125 53
Binary 10111110 11001011 10000 110 0 1011100 10100 1000000 1010101 101011

Color Harmonies of #BECB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB10

Black with #BECB10

Text Example


Text Example

White with #BECB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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