#BEBB16

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

Shades of La Rioja #BEBB16

Tints of La Rioja #BEBB16

Color information

#BEBB16 (or 0xBEBB16) is unknown color: approx La Rioja. HEX triplet: BE, BB and 16. RGB value is (190,187,22). Sum of RGB (Red+Green+Blue) = 190+187+22=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBB16 is #4144E9. Grayscale: #A9A9A9. Windows color (decimal): -4277482 or 1489854. OLE color: 1489854.

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

Color convert

RGB19018722-
CMYK00.020.880.25
HSL58.93º79.25%41.57%-
HSV(B)58.93º88.42%74.51%-
XYZ39.1546.557.68-
YUV169.0944.99142.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 187 (73.44% from 255) = 46.87%
BLUE value IS 22 (8.98% from 255) = 5.51%
R=47.62%
G=46.87%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901872200.020.880.2558.9379.2541.57
HexBEBB160258193b4f2a
Octal2762732602130317311752
Binary1011111010111011101100101011000110011110111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB16; }

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

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

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

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

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

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

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

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