#B5A016

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

Shades of Buddha Gold #B5A016

Tints of Buddha Gold #B5A016

Color information

#B5A016 (or 0xB5A016) is unknown color: approx Buddha Gold. HEX triplet: B5, A0 and 16. RGB value is (181,160,22). Sum of RGB (Red+Green+Blue) = 181+160+22=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A016 is #4A5FE9. Grayscale: #979797. Windows color (decimal): -4874218 or 1482933. OLE color: 1482933.

HSL color Cylindrical-coordinate representation of color #B5A016: hue angle of 52.08º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5A016 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB18116022-
CMYK00.120.880.29
HSL52.08º78.33%39.8%-
HSV(B)52.08º87.85%70.98%-
XYZ31.7735.025.84-
YUV150.5555.46149.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 22 (8.98% from 255) = 6.06%
R=49.86%
G=44.08%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811602200.120.880.2952.0878.3339.8
HexB5A0160C581D344e28
Octal26524026014130356411650
Binary101101011010000010110011001011000111011101001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A016; }

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

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

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

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

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

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

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

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