#BA9E07

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

Shades of Buddha Gold #BA9E07

Tints of Buddha Gold #BA9E07

Color information

#BA9E07 (or 0xBA9E07) is unknown color: approx Buddha Gold. HEX triplet: BA, 9E and 07. RGB value is (186,158,7). Sum of RGB (Red+Green+Blue) = 186+158+7=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E07 is #4561F8. Grayscale: #959595. Windows color (decimal): -4547065 or 499386. OLE color: 499386.

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

Color convert

RGB1861587-
CMYK00.150.960.27
HSL50.61º92.75%37.84%-
HSV(B)50.61º96.24%72.94%-
XYZ32.5134.915.23-
YUV149.1647.78154.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 158 (62.11% from 255) = 45.01%
BLUE value IS 7 (3.12% from 255) = 1.99%
R=52.99%
G=45.01%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186158700.150.960.2750.6192.7537.84
HexBA9E70F601B335d26
Octal2722367017140336313546
Binary1011101010011110111011111100000110111100111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E07; }

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

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

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

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

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

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

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

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