#BA9316

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

Shades of Buddha Gold #BA9316

Tints of Buddha Gold #BA9316

Color information

#BA9316 (or 0xBA9316) is unknown color: approx Buddha Gold. HEX triplet: BA, 93 and 16. RGB value is (186,147,22). Sum of RGB (Red+Green+Blue) = 186+147+22=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9316 is #456CE9. Grayscale: #909090. Windows color (decimal): -4549866 or 1479610. OLE color: 1479610.

HSL color Cylindrical-coordinate representation of color #BA9316: hue angle of 45.73º 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 #BA9316 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB18614722-
CMYK00.210.880.27
HSL45.73º78.85%40.78%-
HSV(B)45.73º88.17%72.94%-
XYZ30.8331.365.19-
YUV144.4158.92157.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 22 (8.98% from 255) = 6.20%
R=52.39%
G=41.41%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861472200.210.880.2745.7378.8540.78
HexBA9316015581B2e4f29
Octal27222326025130335611751
Binary1011101010010011101100101011011000110111011101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9316; }

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

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

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

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

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

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

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

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