#B5A10C

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

Shades of Buddha Gold #B5A10C

Tints of Buddha Gold #B5A10C

Color information

#B5A10C (or 0xB5A10C) is unknown color: approx Buddha Gold. HEX triplet: B5, A1 and 0C. RGB value is (181,161,12). Sum of RGB (Red+Green+Blue) = 181+161+12=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A10C is #4A5EF3. Grayscale: #969696. Windows color (decimal): -4873972 or 827829. OLE color: 827829.

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

Color convert

RGB18116112-
CMYK00.110.930.29
HSL52.9º87.56%37.84%-
HSV(B)52.9º93.37%70.98%-
XYZ31.8735.345.49-
YUV149.9950.13150.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.13%
GREEN value IS 161 (63.28% from 255) = 45.48%
BLUE value IS 12 (5.08% from 255) = 3.39%
R=51.13%
G=45.48%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811611200.110.930.2952.987.5637.84
HexB5A1C0B5D1D355826
Octal26524114013135356513046
Binary10110101101000011100010111011101111011101011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A10C; }

 p { color: rgb(181,161,12); }

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

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

 a { background-color: rgb(181,161,12); }

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

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

 span { border-color: rgb(181,161,12); }

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