#BAA306

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

Shades of Buddha Gold #BAA306

Tints of Buddha Gold #BAA306

Color information

#BAA306 (or 0xBAA306) is unknown color: approx Buddha Gold. HEX triplet: BA, A3 and 06. RGB value is (186,163,6). Sum of RGB (Red+Green+Blue) = 186+163+6=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA306 is #455CF9. Grayscale: #989898. Windows color (decimal): -4545786 or 435130. OLE color: 435130.

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

Color convert

RGB1861636-
CMYK00.120.970.27
HSL52.33º93.75%37.65%-
HSV(B)52.33º96.77%72.94%-
XYZ33.3836.655.49-
YUV151.9845.62152.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 163 (64.06% from 255) = 45.92%
BLUE value IS 6 (2.73% from 255) = 1.69%
R=52.39%
G=45.92%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186163600.120.970.2752.3393.7537.65
HexBAA360C611B345e26
Octal2722436014141336413646
Binary1011101010100011110011001100001110111101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA306; }

 p { color: rgb(186,163,6); }

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

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

 a { background-color: rgb(186,163,6); }

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

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

 span { border-color: rgb(186,163,6); }

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