#B5A013

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

Shades of Buddha Gold #B5A013

Tints of Buddha Gold #B5A013

Color information

#B5A013 (or 0xB5A013) is unknown color: approx Buddha Gold. HEX triplet: B5, A0 and 13. RGB value is (181,160,19). Sum of RGB (Red+Green+Blue) = 181+160+19=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A013 is #4A5FEC. Grayscale: #969696. Windows color (decimal): -4874221 or 1286325. OLE color: 1286325.

HSL color Cylindrical-coordinate representation of color #B5A013: hue angle of 52.22º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5A013 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB18116019-
CMYK00.120.900.29
HSL52.22º81%39.22%-
HSV(B)52.22º89.5%70.98%-
XYZ31.7435.015.7-
YUV150.253.96149.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.28%
GREEN value IS 160 (62.89% from 255) = 44.44%
BLUE value IS 19 (7.81% from 255) = 5.28%
R=50.28%
G=44.44%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811601900.120.900.2952.228139.22
HexB5A0130C5A1D345127
Octal26524023014132356412147
Binary101101011010000010011011001011010111011101001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A013; }

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

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

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

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

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

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

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

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