#BA9E09

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

Shades of Buddha Gold #BA9E09

Tints of Buddha Gold #BA9E09

Color information

#BA9E09 (or 0xBA9E09) is unknown color: approx Buddha Gold. HEX triplet: BA, 9E and 09. RGB value is (186,158,9). Sum of RGB (Red+Green+Blue) = 186+158+9=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 9 (3.91% from 255 or 2.55% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E09 is #4561F6. Grayscale: #969696. Windows color (decimal): -4547063 or 630458. OLE color: 630458.

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

Color convert

RGB1861589-
CMYK00.150.950.27
HSL50.51º90.77%38.24%-
HSV(B)50.51º95.16%72.94%-
XYZ32.5334.915.28-
YUV149.3948.78154.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 158 (62.11% from 255) = 44.76%
BLUE value IS 9 (3.91% from 255) = 2.55%
R=52.69%
G=44.76%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186158900.150.950.2750.5190.7738.24
HexBA9E90F5F1B335b26
Octal27223611017137336313346
Binary10111010100111101001011111011111110111100111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E09; }

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

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

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

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

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

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

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

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