#BA9215

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

Shades of Buddha Gold #BA9215

Tints of Buddha Gold #BA9215

Color information

#BA9215 (or 0xBA9215) is unknown color: approx Buddha Gold. HEX triplet: BA, 92 and 15. RGB value is (186,146,21). Sum of RGB (Red+Green+Blue) = 186+146+21=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9215 is #456DEA. Grayscale: #909090. Windows color (decimal): -4550123 or 1413818. OLE color: 1413818.

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

Color convert

RGB18614621-
CMYK00.220.890.27
HSL45.45º79.71%40.59%-
HSV(B)45.45º88.71%72.94%-
XYZ30.6631.055.09-
YUV143.7158.75158.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 21 (8.59% from 255) = 5.95%
R=52.69%
G=41.36%
B=5.95%

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
Decimal1861462100.220.890.2745.4579.7140.59
HexBA9215016591B2d5029
Octal27222225026131335512051
Binary1011101010010010101010101101011001110111011011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9215; }

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

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

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

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

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

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

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

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