#BA9114

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

Shades of Buddha Gold #BA9114

Tints of Buddha Gold #BA9114

Color information

#BA9114 (or 0xBA9114) is unknown color: approx Buddha Gold. HEX triplet: BA, 91 and 14. RGB value is (186,145,20). Sum of RGB (Red+Green+Blue) = 186+145+20=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9114 is #456EEB. Grayscale: #8F8F8F. Windows color (decimal): -4550380 or 1348026. OLE color: 1348026.

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

Color convert

RGB18614520-
CMYK00.220.890.27
HSL45.18º80.58%40.39%-
HSV(B)45.18º89.25%72.94%-
XYZ30.530.744.99-
YUV143.0158.58158.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 145 (57.03% from 255) = 41.31%
BLUE value IS 20 (8.20% from 255) = 5.70%
R=52.99%
G=41.31%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861452000.220.890.2745.1880.5840.39
HexBA9114016591B2d5128
Octal27222124026131335512150
Binary1011101010010001101000101101011001110111011011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9114; }

 p { color: rgb(186,145,20); }

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

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

 a { background-color: rgb(186,145,20); }

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

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

 span { border-color: rgb(186,145,20); }

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