#BA9C0C

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

Shades of Buddha Gold #BA9C0C

Tints of Buddha Gold #BA9C0C

Color information

#BA9C0C (or 0xBA9C0C) is unknown color: approx Buddha Gold. HEX triplet: BA, 9C and 0C. RGB value is (186,156,12). Sum of RGB (Red+Green+Blue) = 186+156+12=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9C0C is #4563F3. Grayscale: #959595. Windows color (decimal): -4547572 or 826554. OLE color: 826554.

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

Color convert

RGB18615612-
CMYK00.160.940.27
HSL49.66º87.88%38.82%-
HSV(B)49.66º93.55%72.94%-
XYZ32.234.245.26-
YUV148.5550.94154.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 156 (61.33% from 255) = 44.07%
BLUE value IS 12 (5.08% from 255) = 3.39%
R=52.54%
G=44.07%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861561200.160.940.2749.6687.8838.82
HexBA9CC0105E1B325827
Octal27223414020136336213047
Binary101110101001110011000100001011110110111100101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C0C; }

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

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

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

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

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

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

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

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