#BAA809

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

Shades of Buddha Gold #BAA809

Tints of Buddha Gold #BAA809

Color information

#BAA809 (or 0xBAA809) is unknown color: approx Buddha Gold. HEX triplet: BA, A8 and 09. RGB value is (186,168,9). Sum of RGB (Red+Green+Blue) = 186+168+9=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA809 is #4557F6. Grayscale: #9B9B9B. Windows color (decimal): -4544503 or 633018. OLE color: 633018.

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

Color convert

RGB1861689-
CMYK00.100.950.27
HSL53.9º90.77%38.24%-
HSV(B)53.9º95.16%72.94%-
XYZ34.338.465.87-
YUV155.2645.46149.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 168 (66.02% from 255) = 46.28%
BLUE value IS 9 (3.91% from 255) = 2.48%
R=51.24%
G=46.28%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186168900.100.950.2753.990.7738.24
HexBAA890A5F1B365b26
Octal27225011012137336613346
Binary10111010101010001001010101011111110111101101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA809; }

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

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

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

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

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

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

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

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