#BA9A0C

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

Shades of Buddha Gold #BA9A0C

Tints of Buddha Gold #BA9A0C

Color information

#BA9A0C (or 0xBA9A0C) is unknown color: approx Buddha Gold. HEX triplet: BA, 9A and 0C. RGB value is (186,154,12). Sum of RGB (Red+Green+Blue) = 186+154+12=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9A0C is #4565F3. Grayscale: #939393. Windows color (decimal): -4548084 or 826042. OLE color: 826042.

HSL color Cylindrical-coordinate representation of color #BA9A0C: hue angle of 48.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA9A0C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB18615412-
CMYK00.170.940.27
HSL48.97º87.88%38.82%-
HSV(B)48.97º93.55%72.94%-
XYZ31.8733.585.15-
YUV147.3851.6155.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 154 (60.55% from 255) = 43.75%
BLUE value IS 12 (5.08% from 255) = 3.41%
R=52.84%
G=43.75%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861541200.170.940.2748.9787.8838.82
HexBA9AC0115E1B315827
Octal27223214021136336113047
Binary101110101001101011000100011011110110111100011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A0C; }

 p { color: rgb(186,154,12); }

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

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

 a { background-color: rgb(186,154,12); }

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

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

 span { border-color: rgb(186,154,12); }

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