#BA8403

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

Shades of Dark Goldenrod #BA8403

Tints of Dark Goldenrod #BA8403

Color information

#BA8403 (or 0xBA8403) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 84 and 03. RGB value is (186,132,3). Sum of RGB (Red+Green+Blue) = 186+132+3=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8403 is #457BFC. Grayscale: #868686. Windows color (decimal): -4553725 or 230586. OLE color: 230586.

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

Color convert

RGB1861323-
CMYK00.290.980.27
HSL42.3º96.83%37.06%-
HSV(B)42.3º98.39%72.94%-
XYZ28.5226.953.78-
YUV133.4454.39165.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 3 (1.56% from 255) = 0.93%
R=57.94%
G=41.12%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186132300.290.980.2742.396.8337.06
HexBA84301D621B2a6125
Octal2722043035142335214145
Binary1011101010000100110111011100010110111010101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8403; }

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

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

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

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

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

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

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

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