#BEB700

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

Shades of La Rioja #BEB700

Tints of La Rioja #BEB700

Color information

#BEB700 (or 0xBEB700) is unknown color: approx La Rioja. HEX triplet: BE, B7 and 00. RGB value is (190,183,0). Sum of RGB (Red+Green+Blue) = 190+183+0=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB700 is #4148FF. Grayscale: #A4A4A4. Windows color (decimal): -4278528 or 47038. OLE color: 47038.

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

Color convert

RGB1901830-
CMYK00.0410.25
HSL57.79º100%37.25%-
HSV(B)57.79º100%74.51%-
XYZ38.1744.816.64-
YUV164.2335.32146.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.94%
GREEN value IS 183 (71.88% from 255) = 49.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.94%
G=49.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190183000.0410.2557.7910037.25
HexBEB700464193a6425
Octal276267004144317214445
Binary1011111010110111001001100100110011110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB700; }

 p { color: rgb(190,183,0); }

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

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

 a { background-color: rgb(190,183,0); }

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

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

 span { border-color: rgb(190,183,0); }

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