#BA7D09

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

Shades of Dark Goldenrod #BA7D09

Tints of Dark Goldenrod #BA7D09

Color information

#BA7D09 (or 0xBA7D09) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 7D and 09. RGB value is (186,125,9). Sum of RGB (Red+Green+Blue) = 186+125+9=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D09 is #4582F6. Grayscale: #828282. Windows color (decimal): -4555511 or 622010. OLE color: 622010.

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

Color convert

RGB1861259-
CMYK00.330.950.27
HSL39.32º90.77%38.24%-
HSV(B)39.32º95.16%72.94%-
XYZ27.6325.133.65-
YUV130.0259.71167.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 9 (3.91% from 255) = 2.81%
R=58.12%
G=39.06%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186125900.330.950.2739.3290.7738.24
HexBA7D90215F1B275b26
Octal27217511041137334713346
Binary101110101111101100101000011011111110111001111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D09; }

 p { color: rgb(186,125,9); }

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

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

 a { background-color: rgb(186,125,9); }

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

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

 span { border-color: rgb(186,125,9); }

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