#BA9403

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

Shades of Dark Goldenrod #BA9403

Tints of Dark Goldenrod #BA9403

Color information

#BA9403 (or 0xBA9403) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 94 and 03. RGB value is (186,148,3). Sum of RGB (Red+Green+Blue) = 186+148+3=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9403 is #456BFC. Grayscale: #8F8F8F. Windows color (decimal): -4549629 or 234682. OLE color: 234682.

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

Color convert

RGB1861483-
CMYK00.200.980.27
HSL47.54º96.83%37.06%-
HSV(B)47.54º98.39%72.94%-
XYZ30.8631.634.56-
YUV142.8349.09158.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 3 (1.56% from 255) = 0.89%
R=55.19%
G=43.92%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186148300.200.980.2747.5496.8337.06
HexBA943014621B306125
Octal2722243024142336014145
Binary1011101010010100110101001100010110111100001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9403; }

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

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

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

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

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

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

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

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