#BA9D09

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

Shades of Buddha Gold #BA9D09

Tints of Buddha Gold #BA9D09

Color information

#BA9D09 (or 0xBA9D09) is unknown color: approx Buddha Gold. HEX triplet: BA, 9D and 09. RGB value is (186,157,9). Sum of RGB (Red+Green+Blue) = 186+157+9=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9D09 is #4562F6. Grayscale: #959595. Windows color (decimal): -4547319 or 630202. OLE color: 630202.

HSL color Cylindrical-coordinate representation of color #BA9D09: hue angle of 50.17º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA9D09 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1861579-
CMYK00.160.950.27
HSL50.17º90.77%38.24%-
HSV(B)50.17º95.16%72.94%-
XYZ32.3634.575.23-
YUV148.849.11154.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 157 (61.72% from 255) = 44.60%
BLUE value IS 9 (3.91% from 255) = 2.56%
R=52.84%
G=44.60%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186157900.160.950.2750.1790.7738.24
HexBA9D90105F1B325b26
Octal27223511020137336213346
Binary101110101001110110010100001011111110111100101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D09; }

 p { color: rgb(186,157,9); }

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

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

 a { background-color: rgb(186,157,9); }

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

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

 span { border-color: rgb(186,157,9); }

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