#BEA401

Color #BEA401 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #BEA401

Tints of Buddha Gold #BEA401

Color information

#BEA401 (or 0xBEA401) is unknown color: approx Buddha Gold. HEX triplet: BE, A4 and 01. RGB value is (190,164,1). Sum of RGB (Red+Green+Blue) = 190+164+1=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA401 is #415BFE. Grayscale: #999999. Windows color (decimal): -4283391 or 107710. OLE color: 107710.

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

Color convert

RGB1901641-
CMYK00.140.990.25
HSL51.75º98.95%37.45%-
HSV(B)51.75º99.47%74.51%-
XYZ34.5237.55.45-
YUV153.1942.11154.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 164 (64.45% from 255) = 46.20%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=53.52%
G=46.20%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190164100.140.990.2551.7598.9537.45
HexBEA410E6319346325
Octal2762441016143316414345
Binary10111110101001001011101100011110011101001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA401; }

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

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

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

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

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

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

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

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