Html Css Color HEX #BECB04 La Rioja

📋 copy color: '#BECB04'

red 190 ◦ green 203 ◦ blue 4

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

Shades of La Rioja #BECB04

Tints of La Rioja #BECB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 47.86%
G = 51.13%
B = 1.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#BECB04 (or 0xBECB04) is known color: La Rioja. HEX triplet: BE, CB and 04. RGB value is (190,203,4). Sum of RGB (Red+Green+Blue) = 190+203+4=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECB04 is #4134FB. Grayscale: #B1B1B1. Windows color (decimal): -4273404 or 314302. OLE color: 314302.

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

Color convert

RGB 190 203 4 -
CMYK 0.06 0 0.98 0.20
HSL 63.92º 0.96% 0.41% -
HSV(B) 63.92º 0.98% 0.8% -
XYZ 42.61 53.67 8.23 -
YUV 176.43 30.69 137.68 -
System Red Green Blue C M Y K H S L
Decimal 190 203 4 0.06 0 0.98 0.20 63.92 0.96 0.41
Hex BE CB 4 6 0 62 14 40 60 29
Octal 276 313 4 6 0 142 24 100 140 51
Binary 10111110 11001011 100 110 0 1100010 10100 1000000 1100000 101001

Color Harmonies of #BECB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB04

Black with #BECB04

Text Example


Text Example

White with #BECB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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