#BEAC01

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

Shades of La Rioja #BEAC01

Tints of La Rioja #BEAC01

Color information

#BEAC01 (or 0xBEAC01) is unknown color: approx La Rioja. HEX triplet: BE, AC and 01. RGB value is (190,172,1). Sum of RGB (Red+Green+Blue) = 190+172+1=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAC01 is #4153FE. Grayscale: #9E9E9E. Windows color (decimal): -4281343 or 109758. OLE color: 109758.

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

Color convert

RGB1901721-
CMYK00.090.990.25
HSL54.29º98.95%37.45%-
HSV(B)54.29º99.47%74.51%-
XYZ35.9940.455.94-
YUV157.8939.46150.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 172 (67.58% from 255) = 47.38%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=52.34%
G=47.38%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190172100.090.990.2554.2998.9537.45
HexBEAC1096319366325
Octal2762541011143316614345
Binary10111110101011001010011100011110011101101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC01; }

 p { color: rgb(190,172,1); }

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

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

 a { background-color: rgb(190,172,1); }

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

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

 span { border-color: rgb(190,172,1); }

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