#BEA305

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

Shades of Buddha Gold #BEA305

Tints of Buddha Gold #BEA305

Color information

#BEA305 (or 0xBEA305) is unknown color: approx Buddha Gold. HEX triplet: BE, A3 and 05. RGB value is (190,163,5). Sum of RGB (Red+Green+Blue) = 190+163+5=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA305 is #415CFA. Grayscale: #999999. Windows color (decimal): -4283643 or 369598. OLE color: 369598.

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

Color convert

RGB1901635-
CMYK00.140.970.25
HSL51.24º94.87%38.24%-
HSV(B)51.24º97.37%74.51%-
XYZ34.3637.155.5-
YUV153.0644.45154.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.07%
GREEN value IS 163 (64.06% from 255) = 45.53%
BLUE value IS 5 (2.34% from 255) = 1.40%
R=53.07%
G=45.53%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190163500.140.970.2551.2494.8738.24
HexBEA350E6119335f26
Octal2762435016141316313746
Binary1011111010100011101011101100001110011100111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA305; }

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

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

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

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

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

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

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

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