#BEA505

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

Shades of Buddha Gold #BEA505

Tints of Buddha Gold #BEA505

Color information

#BEA505 (or 0xBEA505) is unknown color: approx Buddha Gold. HEX triplet: BE, A5 and 05. RGB value is (190,165,5). Sum of RGB (Red+Green+Blue) = 190+165+5=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA505 is #415AFA. Grayscale: #9A9A9A. Windows color (decimal): -4283131 or 370110. OLE color: 370110.

HSL color Cylindrical-coordinate representation of color #BEA505: hue angle of 51.89º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BEA505 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1901655-
CMYK00.130.970.25
HSL51.89º94.87%38.24%-
HSV(B)51.89º97.37%74.51%-
XYZ34.7237.875.62-
YUV154.2343.78153.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 165 (64.84% from 255) = 45.83%
BLUE value IS 5 (2.34% from 255) = 1.39%
R=52.78%
G=45.83%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190165500.130.970.2551.8994.8738.24
HexBEA550D6119345f26
Octal2762455015141316413746
Binary1011111010100101101011011100001110011101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA505; }

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

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

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

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

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

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

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

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