#BA9511

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

Shades of Buddha Gold #BA9511

Tints of Buddha Gold #BA9511

Color information

#BA9511 (or 0xBA9511) is unknown color: approx Buddha Gold. HEX triplet: BA, 95 and 11. RGB value is (186,149,17). Sum of RGB (Red+Green+Blue) = 186+149+17=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9511 is #456AEE. Grayscale: #919191. Windows color (decimal): -4549359 or 1152442. OLE color: 1152442.

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

Color convert

RGB18614917-
CMYK00.200.910.27
HSL46.86º83.25%39.8%-
HSV(B)46.86º90.86%72.94%-
XYZ31.131.975.06-
YUV145.0155.76157.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 17 (7.03% from 255) = 4.83%
R=52.84%
G=42.33%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861491700.200.910.2746.8683.2539.8
HexBA95110145B1B2f5328
Octal27222521024133335712350
Binary1011101010010101100010101001011011110111011111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9511; }

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

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

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

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

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

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

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

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