#baa016

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

Shades of Buddha Gold #BAA016

Tints of Buddha Gold #BAA016

Color information

#BAA016 (or 0xBAA016) is unknown color: approx Buddha Gold. HEX triplet: BA, A0 and 16. RGB value is (186,160,22). Sum of RGB (Red+Green+Blue) = 186+160+22=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA016 is #455FE9. Grayscale: #989898. Windows color (decimal): -4546538 or 1482938. OLE color: 1482938.

HSL color Cylindrical-coordinate representation of color #BAA016: hue angle of 50.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAA016 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB18616022-
CMYK00.140.880.27
HSL50.49º78.85%40.78%-
HSV(B)50.49º88.17%72.94%-
XYZ32.9735.645.9-
YUV152.0454.61152.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 160 (62.89% from 255) = 43.48%
BLUE value IS 22 (8.98% from 255) = 5.98%
R=50.54%
G=43.48%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861602200.140.880.2750.4978.8540.78
HexBAA0160E581B324f29
Octal27224026016130336211751
Binary101110101010000010110011101011000110111100101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baa016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baa016; }

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

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

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

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

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

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

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

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