#BEBC1B

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

Shades of La Rioja #BEBC1B

Tints of La Rioja #BEBC1B

Color information

#BEBC1B (or 0xBEBC1B) is unknown color: approx La Rioja. HEX triplet: BE, BC and 1B. RGB value is (190,188,27). Sum of RGB (Red+Green+Blue) = 190+188+27=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC1B is #4143E4. Grayscale: #AAAAAA. Windows color (decimal): -4277221 or 1817790. OLE color: 1817790.

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

Color convert

RGB19018827-
CMYK00.010.860.25
HSL59.26º75.12%42.55%-
HSV(B)59.26º85.79%74.51%-
XYZ39.4246.998.03-
YUV170.2447.16142.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 188 (73.83% from 255) = 46.42%
BLUE value IS 27 (10.94% from 255) = 6.67%
R=46.91%
G=46.42%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901882700.010.860.2559.2675.1242.55
HexBEBC1B0156193b4b2b
Octal2762743301126317311353
Binary101111101011110011011011010110110011110111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC1B; }

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

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

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

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

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

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

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

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