#BAA302

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

Shades of Buddha Gold #BAA302

Tints of Buddha Gold #BAA302

Color information

#BAA302 (or 0xBAA302) is unknown color: approx Buddha Gold. HEX triplet: BA, A3 and 02. RGB value is (186,163,2). Sum of RGB (Red+Green+Blue) = 186+163+2=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA302 is #455CFD. Grayscale: #989898. Windows color (decimal): -4545790 or 172986. OLE color: 172986.

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

Color convert

RGB1861632-
CMYK00.120.990.27
HSL52.5º97.87%36.86%-
HSV(B)52.5º98.92%72.94%-
XYZ33.3636.645.37-
YUV151.5243.62152.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 163 (64.06% from 255) = 46.44%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=52.99%
G=46.44%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186163200.120.990.2752.597.8736.86
HexBAA320C631B346225
Octal2722432014143336414245
Binary101110101010001110011001100011110111101001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA302; }

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

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

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

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

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

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

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

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