#BEA501

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

Shades of Buddha Gold #BEA501

Tints of Buddha Gold #BEA501

Color information

#BEA501 (or 0xBEA501) is unknown color: approx Buddha Gold. HEX triplet: BE, A5 and 01. RGB value is (190,165,1). Sum of RGB (Red+Green+Blue) = 190+165+1=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA501 is #415AFE. Grayscale: #9A9A9A. Windows color (decimal): -4283135 or 107966. OLE color: 107966.

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

Color convert

RGB1901651-
CMYK00.130.990.25
HSL52.06º98.95%37.45%-
HSV(B)52.06º99.47%74.51%-
XYZ34.737.865.51-
YUV153.7841.78153.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 165 (64.84% from 255) = 46.35%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=53.37%
G=46.35%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190165100.130.990.2552.0698.9537.45
HexBEA510D6319346325
Octal2762451015143316414345
Binary10111110101001011011011100011110011101001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA501; }

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

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

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

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

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

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

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

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