#BA9E18

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

Shades of Buddha Gold #BA9E18

Tints of Buddha Gold #BA9E18

Color information

#BA9E18 (or 0xBA9E18) is unknown color: approx Buddha Gold. HEX triplet: BA, 9E and 18. RGB value is (186,158,24). Sum of RGB (Red+Green+Blue) = 186+158+24=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E18 is #4561E7. Grayscale: #979797. Windows color (decimal): -4547048 or 1613498. OLE color: 1613498.

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

Color convert

RGB18615824-
CMYK00.150.870.27
HSL49.63º77.14%41.18%-
HSV(B)49.63º87.1%72.94%-
XYZ32.6434.965.89-
YUV151.156.28152.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 158 (62.11% from 255) = 42.93%
BLUE value IS 24 (9.77% from 255) = 6.52%
R=50.54%
G=42.93%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861582400.150.870.2749.6377.1441.18
HexBA9E180F571B324d29
Octal27223630017127336211551
Binary101110101001111011000011111010111110111100101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E18; }

 p { color: rgb(186,158,24); }

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

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

 a { background-color: rgb(186,158,24); }

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

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

 span { border-color: rgb(186,158,24); }

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