#BA9710

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

Shades of Buddha Gold #BA9710

Tints of Buddha Gold #BA9710

Color information

#BA9710 (or 0xBA9710) is unknown color: approx Buddha Gold. HEX triplet: BA, 97 and 10. RGB value is (186,151,16). Sum of RGB (Red+Green+Blue) = 186+151+16=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9710 is #4568EF. Grayscale: #929292. Windows color (decimal): -4548848 or 1087418. OLE color: 1087418.

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

Color convert

RGB18615116-
CMYK00.190.910.27
HSL47.65º84.16%39.61%-
HSV(B)47.65º91.4%72.94%-
XYZ31.4132.615.13-
YUV146.0854.6156.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 151 (59.38% from 255) = 42.78%
BLUE value IS 16 (6.64% from 255) = 4.53%
R=52.69%
G=42.78%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861511600.190.910.2747.6584.1639.61
HexBA97100135B1B305428
Octal27222720023133336012450
Binary1011101010010111100000100111011011110111100001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9710; }

 p { color: rgb(186,151,16); }

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

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

 a { background-color: rgb(186,151,16); }

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

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

 span { border-color: rgb(186,151,16); }

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