#BAA601

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

Shades of Buddha Gold #BAA601

Tints of Buddha Gold #BAA601

Color information

#BAA601 (or 0xBAA601) is unknown color: approx Buddha Gold. HEX triplet: BA, A6 and 01. RGB value is (186,166,1). Sum of RGB (Red+Green+Blue) = 186+166+1=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA601 is #4559FE. Grayscale: #999999. Windows color (decimal): -4545023 or 108218. OLE color: 108218.

HSL color Cylindrical-coordinate representation of color #BAA601: hue angle of 53.51º 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 #BAA601 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1861661-
CMYK00.110.990.27
HSL53.51º98.93%36.67%-
HSV(B)53.51º99.46%72.94%-
XYZ33.8937.715.52-
YUV153.1742.13151.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 166 (65.23% from 255) = 47.03%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=52.69%
G=47.03%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186166100.110.990.2753.5198.9336.67
HexBAA610B631B366325
Octal2722461013143336614345
Binary10111010101001101010111100011110111101101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA601; }

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

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

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

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

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

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

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

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