#BA9304

Color #BA9304 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BA9304

Tints of Dark Goldenrod #BA9304

Color information

#BA9304 (or 0xBA9304) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 93 and 04. RGB value is (186,147,4). Sum of RGB (Red+Green+Blue) = 186+147+4=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9304 is #456CFB. Grayscale: #8E8E8E. Windows color (decimal): -4549884 or 299962. OLE color: 299962.

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

Color convert

RGB1861474-
CMYK00.210.980.27
HSL47.14º95.79%37.25%-
HSV(B)47.14º97.85%72.94%-
XYZ30.7131.324.54-
YUV142.3649.92159.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 4 (1.95% from 255) = 1.19%
R=55.19%
G=43.62%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186147400.210.980.2747.1495.7937.25
HexBA934015621B2f6025
Octal2722234025142335714045
Binary10111010100100111000101011100010110111011111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9304; }

 p { color: rgb(186,147,4); }

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

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

 a { background-color: rgb(186,147,4); }

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

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

 span { border-color: rgb(186,147,4); }

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