#BEBB1A

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

Shades of La Rioja #BEBB1A

Tints of La Rioja #BEBB1A

Color information

#BEBB1A (or 0xBEBB1A) is unknown color: approx La Rioja. HEX triplet: BE, BB and 1A. RGB value is (190,187,26). Sum of RGB (Red+Green+Blue) = 190+187+26=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBB1A is #4144E5. Grayscale: #AAAAAA. Windows color (decimal): -4277478 or 1751998. OLE color: 1751998.

HSL color Cylindrical-coordinate representation of color #BEBB1A: hue angle of 58.9º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEBB1A is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19018726-
CMYK00.020.860.25
HSL58.9º75.93%42.35%-
HSV(B)58.9º86.32%74.51%-
XYZ39.1946.567.9-
YUV169.5446.99142.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 187 (73.44% from 255) = 46.40%
BLUE value IS 26 (10.55% from 255) = 6.45%
R=47.15%
G=46.40%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901872600.020.860.2558.975.9342.35
HexBEBB1A0256193b4c2a
Octal2762733202126317311452
Binary1011111010111011110100101010110110011110111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB1A; }

 p { color: rgb(190,187,26); }

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

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

 a { background-color: rgb(190,187,26); }

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

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

 span { border-color: rgb(190,187,26); }

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