#BA9909

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

Shades of Buddha Gold #BA9909

Tints of Buddha Gold #BA9909

Color information

#BA9909 (or 0xBA9909) is unknown color: approx Buddha Gold. HEX triplet: BA, 99 and 09. RGB value is (186,153,9). Sum of RGB (Red+Green+Blue) = 186+153+9=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9909 is #4566F6. Grayscale: #939393. Windows color (decimal): -4548343 or 629178. OLE color: 629178.

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

Color convert

RGB1861539-
CMYK00.180.950.27
HSL48.81º90.77%38.24%-
HSV(B)48.81º95.16%72.94%-
XYZ31.6933.245-
YUV146.4550.43156.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 153 (60.16% from 255) = 43.97%
BLUE value IS 9 (3.91% from 255) = 2.59%
R=53.45%
G=43.97%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186153900.180.950.2748.8190.7738.24
HexBA9990125F1B315b26
Octal27223111022137336113346
Binary101110101001100110010100101011111110111100011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9909; }

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

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

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

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

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

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

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

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