#B5A004

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

Shades of Buddha Gold #B5A004

Tints of Buddha Gold #B5A004

Color information

#B5A004 (or 0xB5A004) is unknown color: approx Buddha Gold. HEX triplet: B5, A0 and 04. RGB value is (181,160,4). Sum of RGB (Red+Green+Blue) = 181+160+4=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A004 is #4A5FFB. Grayscale: #959595. Windows color (decimal): -4874236 or 303285. OLE color: 303285.

HSL color Cylindrical-coordinate representation of color #B5A004: hue angle of 52.88º 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 #B5A004 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1811604-
CMYK00.120.980.29
HSL52.88º95.68%36.27%-
HSV(B)52.88º97.79%70.98%-
XYZ31.6534.975.2-
YUV148.4946.46151.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.46%
GREEN value IS 160 (62.89% from 255) = 46.38%
BLUE value IS 4 (1.95% from 255) = 1.16%
R=52.46%
G=46.38%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181160400.120.980.2952.8895.6836.27
HexB5A040C621D356024
Octal2652404014142356514044
Binary1011010110100000100011001100010111011101011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A004; }

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

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

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

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

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

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

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

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