#BA9015

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

Shades of Buddha Gold #BA9015

Tints of Buddha Gold #BA9015

Color information

#BA9015 (or 0xBA9015) is unknown color: approx Buddha Gold. HEX triplet: BA, 90 and 15. RGB value is (186,144,21). Sum of RGB (Red+Green+Blue) = 186+144+21=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9015 is #456FEA. Grayscale: #8F8F8F. Windows color (decimal): -4550635 or 1413306. OLE color: 1413306.

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

Color convert

RGB18614421-
CMYK00.230.890.27
HSL44.73º79.71%40.59%-
HSV(B)44.73º88.71%72.94%-
XYZ30.3630.444.98-
YUV142.5459.41159-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 21 (8.59% from 255) = 5.98%
R=52.99%
G=41.03%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861442100.230.890.2744.7379.7140.59
HexBA9015017591B2d5029
Octal27222025027131335512051
Binary1011101010010000101010101111011001110111011011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9015; }

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

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

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

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

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

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

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

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