#BA9C17

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

Shades of Buddha Gold #BA9C17

Tints of Buddha Gold #BA9C17

Color information

#BA9C17 (or 0xBA9C17) is unknown color: approx Buddha Gold. HEX triplet: BA, 9C and 17. RGB value is (186,156,23). Sum of RGB (Red+Green+Blue) = 186+156+23=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9C17 is #4563E8. Grayscale: #969696. Windows color (decimal): -4547561 or 1547450. OLE color: 1547450.

HSL color Cylindrical-coordinate representation of color #BA9C17: hue angle of 48.96º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA9C17 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB18615623-
CMYK00.160.880.27
HSL48.96º77.99%40.98%-
HSV(B)48.96º87.63%72.94%-
XYZ32.2934.285.72-
YUV149.8156.44153.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 156 (61.33% from 255) = 42.74%
BLUE value IS 23 (9.38% from 255) = 6.30%
R=50.96%
G=42.74%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861562300.160.880.2748.9677.9940.98
HexBA9C17010581B314e29
Octal27223427020130336111651
Binary1011101010011100101110100001011000110111100011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C17; }

 p { color: rgb(186,156,23); }

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

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

 a { background-color: rgb(186,156,23); }

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

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

 span { border-color: rgb(186,156,23); }

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