#BA9214

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

Shades of Buddha Gold #BA9214

Tints of Buddha Gold #BA9214

Color information

#BA9214 (or 0xBA9214) is unknown color: approx Buddha Gold. HEX triplet: BA, 92 and 14. RGB value is (186,146,20). Sum of RGB (Red+Green+Blue) = 186+146+20=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9214 is #456DEB. Grayscale: #909090. Windows color (decimal): -4550124 or 1348282. OLE color: 1348282.

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

Color convert

RGB18614620-
CMYK00.220.890.27
HSL45.54º80.58%40.39%-
HSV(B)45.54º89.25%72.94%-
XYZ30.6531.055.04-
YUV143.658.25158.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 20 (8.20% from 255) = 5.68%
R=52.84%
G=41.48%
B=5.68%

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
Decimal1861462000.220.890.2745.5480.5840.39
HexBA9214016591B2e5128
Octal27222224026131335612150
Binary1011101010010010101000101101011001110111011101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9214; }

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

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

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

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

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

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

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

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