#B5A404

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

Shades of Buddha Gold #B5A404

Tints of Buddha Gold #B5A404

Color information

#B5A404 (or 0xB5A404) is unknown color: approx Buddha Gold. HEX triplet: B5, A4 and 04. RGB value is (181,164,4). Sum of RGB (Red+Green+Blue) = 181+164+4=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A404 is #4A5BFB. Grayscale: #979797. Windows color (decimal): -4873212 or 304309. OLE color: 304309.

HSL color Cylindrical-coordinate representation of color #B5A404: hue angle of 54.24º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5A404 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1811644-
CMYK00.090.980.29
HSL54.24º95.68%36.27%-
HSV(B)54.24º97.79%70.98%-
XYZ32.3536.385.43-
YUV150.8445.13149.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 164 (64.45% from 255) = 46.99%
BLUE value IS 4 (1.95% from 255) = 1.15%
R=51.86%
G=46.99%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181164400.090.980.2954.2495.6836.27
HexB5A4409621D366024
Octal2652444011142356614044
Binary1011010110100100100010011100010111011101101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A404; }

 p { color: rgb(181,164,4); }

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

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

 a { background-color: rgb(181,164,4); }

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

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

 span { border-color: rgb(181,164,4); }

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