#BA9016

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

Shades of Buddha Gold #BA9016

Tints of Buddha Gold #BA9016

Color information

#BA9016 (or 0xBA9016) is unknown color: approx Buddha Gold. HEX triplet: BA, 90 and 16. RGB value is (186,144,22). Sum of RGB (Red+Green+Blue) = 186+144+22=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9016 is #456FE9. Grayscale: #8F8F8F. Windows color (decimal): -4550634 or 1478842. OLE color: 1478842.

HSL color Cylindrical-coordinate representation of color #BA9016: hue angle of 44.63º degrees, saturation: 0.79, 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 #BA9016 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB18614422-
CMYK00.230.880.27
HSL44.63º78.85%40.78%-
HSV(B)44.63º88.17%72.94%-
XYZ30.3730.445.03-
YUV142.6559.91158.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 144 (56.64% from 255) = 40.91%
BLUE value IS 22 (8.98% from 255) = 6.25%
R=52.84%
G=40.91%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861442200.230.880.2744.6378.8540.78
HexBA9016017581B2d4f29
Octal27222026027130335511751
Binary1011101010010000101100101111011000110111011011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9016; }

 p { color: rgb(186,144,22); }

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

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

 a { background-color: rgb(186,144,22); }

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

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

 span { border-color: rgb(186,144,22); }

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