#BA971E

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

Shades of Buddha Gold #BA971E

Tints of Buddha Gold #BA971E

Color information

#BA971E (or 0xBA971E) is unknown color: approx Buddha Gold. HEX triplet: BA, 97 and 1E. RGB value is (186,151,30). Sum of RGB (Red+Green+Blue) = 186+151+30=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA971E is #4568E1. Grayscale: #949494. Windows color (decimal): -4548834 or 2004922. OLE color: 2004922.

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

Color convert

RGB18615130-
CMYK00.190.840.27
HSL46.54º72.22%42.35%-
HSV(B)46.54º83.87%72.94%-
XYZ31.5532.675.87-
YUV147.6761.6155.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 151 (59.38% from 255) = 41.14%
BLUE value IS 30 (12.11% from 255) = 8.17%
R=50.68%
G=41.14%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861513000.190.840.2746.5472.2242.35
HexBA971E013541B2f482a
Octal27222736023124335711052
Binary1011101010010111111100100111010100110111011111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA971E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA971E; }

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

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

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

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

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

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

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

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