#BA9315

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

Shades of Buddha Gold #BA9315

Tints of Buddha Gold #BA9315

Color information

#BA9315 (or 0xBA9315) is unknown color: approx Buddha Gold. HEX triplet: BA, 93 and 15. RGB value is (186,147,21). Sum of RGB (Red+Green+Blue) = 186+147+21=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9315 is #456CEA. Grayscale: #909090. Windows color (decimal): -4549867 or 1414074. OLE color: 1414074.

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

Color convert

RGB18614721-
CMYK00.210.890.27
HSL45.82º79.71%40.59%-
HSV(B)45.82º88.71%72.94%-
XYZ30.8231.365.14-
YUV144.358.42157.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 147 (57.81% from 255) = 41.53%
BLUE value IS 21 (8.59% from 255) = 5.93%
R=52.54%
G=41.53%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861472100.210.890.2745.8279.7140.59
HexBA9315015591B2e5029
Octal27222325025131335612051
Binary1011101010010011101010101011011001110111011101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9315; }

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

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

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

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

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

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

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

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