#BA951A

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

Shades of Buddha Gold #BA951A

Tints of Buddha Gold #BA951A

Color information

#BA951A (or 0xBA951A) is unknown color: approx Buddha Gold. HEX triplet: BA, 95 and 1A. RGB value is (186,149,26). Sum of RGB (Red+Green+Blue) = 186+149+26=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA951A is #456AE5. Grayscale: #929292. Windows color (decimal): -4549350 or 1742266. OLE color: 1742266.

HSL color Cylindrical-coordinate representation of color #BA951A: hue angle of 46.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA951A is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18614926-
CMYK00.200.860.27
HSL46.12º75.47%41.57%-
HSV(B)46.12º86.02%72.94%-
XYZ31.1832.015.51-
YUV146.0460.26156.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 26 (10.55% from 255) = 7.20%
R=51.52%
G=41.27%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861492600.200.860.2746.1275.4741.57
HexBA951A014561B2e4b2a
Octal27222532024126335611352
Binary1011101010010101110100101001010110110111011101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA951A; }

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

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

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

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

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

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

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

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