#BA9811

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

Shades of Buddha Gold #BA9811

Tints of Buddha Gold #BA9811

Color information

#BA9811 (or 0xBA9811) is unknown color: approx Buddha Gold. HEX triplet: BA, 98 and 11. RGB value is (186,152,17). Sum of RGB (Red+Green+Blue) = 186+152+17=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9811 is #4567EE. Grayscale: #939393. Windows color (decimal): -4548591 or 1153210. OLE color: 1153210.

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

Color convert

RGB18615217-
CMYK00.180.910.27
HSL47.93º83.25%39.8%-
HSV(B)47.93º90.86%72.94%-
XYZ31.5832.945.22-
YUV146.7854.76155.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 152 (59.77% from 255) = 42.82%
BLUE value IS 17 (7.03% from 255) = 4.79%
R=52.39%
G=42.82%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861521700.180.910.2747.9383.2539.8
HexBA98110125B1B305328
Octal27223021022133336012350
Binary1011101010011000100010100101011011110111100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9811; }

 p { color: rgb(186,152,17); }

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

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

 a { background-color: rgb(186,152,17); }

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

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

 span { border-color: rgb(186,152,17); }

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