#BA9312

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

Shades of Buddha Gold #BA9312

Tints of Buddha Gold #BA9312

Color information

#BA9312 (or 0xBA9312) is unknown color: approx Buddha Gold. HEX triplet: BA, 93 and 12. RGB value is (186,147,18). Sum of RGB (Red+Green+Blue) = 186+147+18=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9312 is #456CED. Grayscale: #909090. Windows color (decimal): -4549870 or 1217466. OLE color: 1217466.

HSL color Cylindrical-coordinate representation of color #BA9312: hue angle of 46.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA9312 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18614718-
CMYK00.210.900.27
HSL46.07º82.35%40%-
HSV(B)46.07º90.32%72.94%-
XYZ30.7931.355-
YUV143.9556.92157.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 18 (7.42% from 255) = 5.13%
R=52.99%
G=41.88%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861471800.210.900.2746.0782.3540
HexBA93120155A1B2e5228
Octal27222322025132335612250
Binary1011101010010011100100101011011010110111011101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9312; }

 p { color: rgb(186,147,18); }

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

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

 a { background-color: rgb(186,147,18); }

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

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

 span { border-color: rgb(186,147,18); }

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