#BA9703

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

Shades of Dark Goldenrod #BA9703

Tints of Dark Goldenrod #BA9703

Color information

#BA9703 (or 0xBA9703) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 97 and 03. RGB value is (186,151,3). Sum of RGB (Red+Green+Blue) = 186+151+3=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9703 is #4568FC. Grayscale: #919191. Windows color (decimal): -4548861 or 235450. OLE color: 235450.

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

Color convert

RGB1861513-
CMYK00.190.980.27
HSL48.52º96.83%37.06%-
HSV(B)48.52º98.39%72.94%-
XYZ31.3332.584.72-
YUV144.5948.1157.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 151 (59.38% from 255) = 44.41%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=54.71%
G=44.41%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186151300.190.980.2748.5296.8337.06
HexBA973013621B316125
Octal2722273023142336114145
Binary1011101010010111110100111100010110111100011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9703; }

 p { color: rgb(186,151,3); }

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

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

 a { background-color: rgb(186,151,3); }

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

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

 span { border-color: rgb(186,151,3); }

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