#BECB01

Color #BECB01 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BECB01

Tints of La Rioja #BECB01

Color information

#BECB01 (or 0xBECB01) is unknown color: approx La Rioja. HEX triplet: BE, CB and 01. RGB value is (190,203,1). Sum of RGB (Red+Green+Blue) = 190+203+1=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECB01 is #4134FE. Grayscale: #B0B0B0. Windows color (decimal): -4273407 or 117694. OLE color: 117694.

HSL color Cylindrical-coordinate representation of color #BECB01: hue angle of 63.86º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BECB01 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB1902031-
CMYK0.0601.000.20
HSL63.86º99.02%40%-
HSV(B)63.86º99.51%79.61%-
XYZ42.653.668.14-
YUV176.0829.19137.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 203 (79.69% from 255) = 51.52%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=48.22%
G=51.52%
B=0.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19020310.0601.000.2063.8699.0240
HexBECB1606414406328
Octal2763131601442410014350
Binary10111110110010111110011001001010010000001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB01; }

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

 H1.HeaderClassName
 {
   color: #BECB01;
 }
 .AnyTagClassName
 {
   color: #BECB01;
 }
</style>
background-color css

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

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

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

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

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

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