#BEB91C

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

Shades of La Rioja #BEB91C

Tints of La Rioja #BEB91C

Color information

#BEB91C (or 0xBEB91C) is unknown color: approx La Rioja. HEX triplet: BE, B9 and 1C. RGB value is (190,185,28). Sum of RGB (Red+Green+Blue) = 190+185+28=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB91C is #4146E3. Grayscale: #A9A9A9. Windows color (decimal): -4277988 or 1882558. OLE color: 1882558.

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

Color convert

RGB19018528-
CMYK00.030.850.25
HSL58.15º74.31%42.75%-
HSV(B)58.15º85.26%74.51%-
XYZ38.7945.737.88-
YUV168.648.66143.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 185 (72.66% from 255) = 45.91%
BLUE value IS 28 (11.33% from 255) = 6.95%
R=47.15%
G=45.91%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901852800.030.850.2558.1574.3142.75
HexBEB91C0355193a4a2b
Octal2762713403125317211253
Binary1011111010111001111000111010101110011110101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB91C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB91C; }

 p { color: rgb(190,185,28); }

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

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

 a { background-color: rgb(190,185,28); }

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

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

 span { border-color: rgb(190,185,28); }

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