#BAA600

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

Shades of Buddha Gold #BAA600

Tints of Buddha Gold #BAA600

Color information

#BAA600 (or 0xBAA600) is unknown color: approx Buddha Gold. HEX triplet: BA, A6 and 00. RGB value is (186,166,0). Sum of RGB (Red+Green+Blue) = 186+166+0=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA600 is #4559FF. Grayscale: #999999. Windows color (decimal): -4545024 or 42682. OLE color: 42682.

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

Color convert

RGB1861660-
CMYK00.1110.27
HSL53.55º100%36.47%-
HSV(B)53.55º100%72.94%-
XYZ33.8937.715.49-
YUV153.0641.63151.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 166 (65.23% from 255) = 47.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.84%
G=47.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186166000.1110.2753.5510036.47
HexBAA600B641B366424
Octal2722460013144336614444
Binary10111010101001100010111100100110111101101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA600; }

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

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

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

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

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

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

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

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