#BA9915

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

Shades of Buddha Gold #BA9915

Tints of Buddha Gold #BA9915

Color information

#BA9915 (or 0xBA9915) is unknown color: approx Buddha Gold. HEX triplet: BA, 99 and 15. RGB value is (186,153,21). Sum of RGB (Red+Green+Blue) = 186+153+21=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9915 is #4566EA. Grayscale: #949494. Windows color (decimal): -4548331 or 1415610. OLE color: 1415610.

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

Color convert

RGB18615321-
CMYK00.180.890.27
HSL48º79.71%40.59%-
HSV(B)48º88.71%72.94%-
XYZ31.7833.285.46-
YUV147.8256.43155.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 153 (60.16% from 255) = 42.5%
BLUE value IS 21 (8.59% from 255) = 5.83%
R=51.67%
G=42.5%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861532100.180.890.274879.7140.59
HexBA9915012591B305029
Octal27223125022131336012051
Binary1011101010011001101010100101011001110111100001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9915; }

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

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

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

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

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

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

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

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