#BA9E01

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

Shades of Buddha Gold #BA9E01

Tints of Buddha Gold #BA9E01

Color information

#BA9E01 (or 0xBA9E01) is unknown color: approx Buddha Gold. HEX triplet: BA, 9E and 01. RGB value is (186,158,1). Sum of RGB (Red+Green+Blue) = 186+158+1=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E01 is #4561FE. Grayscale: #959595. Windows color (decimal): -4547071 or 106170. OLE color: 106170.

HSL color Cylindrical-coordinate representation of color #BA9E01: hue angle of 50.92º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA9E01 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1861581-
CMYK00.150.990.27
HSL50.92º98.93%36.67%-
HSV(B)50.92º99.46%72.94%-
XYZ32.4834.95.05-
YUV148.4744.78154.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 158 (62.11% from 255) = 45.80%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=53.91%
G=45.80%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186158100.150.990.2750.9298.9336.67
HexBA9E10F631B336325
Octal2722361017143336314345
Binary10111010100111101011111100011110111100111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E01; }

 p { color: rgb(186,158,1); }

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

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

 a { background-color: rgb(186,158,1); }

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

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

 span { border-color: rgb(186,158,1); }

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