#BEBC16

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

Shades of La Rioja #BEBC16

Tints of La Rioja #BEBC16

Color information

#BEBC16 (or 0xBEBC16) is unknown color: approx La Rioja. HEX triplet: BE, BC and 16. RGB value is (190,188,22). Sum of RGB (Red+Green+Blue) = 190+188+22=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBC16 is #4143E9. Grayscale: #AAAAAA. Windows color (decimal): -4277226 or 1490110. OLE color: 1490110.

HSL color Cylindrical-coordinate representation of color #BEBC16: hue angle of 59.29º 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 #BEBC16 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19018822-
CMYK00.010.880.25
HSL59.29º79.25%41.57%-
HSV(B)59.29º88.42%74.51%-
XYZ39.3646.977.75-
YUV169.6744.66142.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 188 (73.83% from 255) = 47%
BLUE value IS 22 (8.98% from 255) = 5.5%
R=47.5%
G=47%
B=5.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901882200.010.880.2559.2979.2541.57
HexBEBC160158193b4f2a
Octal2762742601130317311752
Binary101111101011110010110011011000110011110111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC16; }

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

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

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

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

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

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

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

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