#BA9E02

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

Shades of Buddha Gold #BA9E02

Tints of Buddha Gold #BA9E02

Color information

#BA9E02 (or 0xBA9E02) is unknown color: approx Buddha Gold. HEX triplet: BA, 9E and 02. RGB value is (186,158,2). Sum of RGB (Red+Green+Blue) = 186+158+2=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E02 is #4561FD. Grayscale: #959595. Windows color (decimal): -4547070 or 171706. OLE color: 171706.

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

Color convert

RGB1861582-
CMYK00.150.990.27
HSL50.87º97.87%36.86%-
HSV(B)50.87º98.92%72.94%-
XYZ32.4934.95.08-
YUV148.5945.28154.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 158 (62.11% from 255) = 45.66%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=53.76%
G=45.66%
B=0.58%

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
Decimal186158200.150.990.2750.8797.8736.86
HexBA9E20F631B336225
Octal2722362017143336314245
Binary101110101001111010011111100011110111100111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E02; }

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

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

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

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

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

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

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

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