#B5A604

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

Shades of Buddha Gold #B5A604

Tints of Buddha Gold #B5A604

Color information

#B5A604 (or 0xB5A604) is unknown color: approx Buddha Gold. HEX triplet: B5, A6 and 04. RGB value is (181,166,4). Sum of RGB (Red+Green+Blue) = 181+166+4=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A604 is #4A59FB. Grayscale: #989898. Windows color (decimal): -4872700 or 304821. OLE color: 304821.

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

Color convert

RGB1811664-
CMYK00.080.980.29
HSL54.92º95.68%36.27%-
HSV(B)54.92º97.79%70.98%-
XYZ32.7137.15.55-
YUV152.0244.47148.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.57%
GREEN value IS 166 (65.23% from 255) = 47.29%
BLUE value IS 4 (1.95% from 255) = 1.14%
R=51.57%
G=47.29%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181166400.080.980.2954.9295.6836.27
HexB5A6408621D376024
Octal2652464010142356714044
Binary1011010110100110100010001100010111011101111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A604; }

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

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

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

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

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

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

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

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