#BA8A11

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

Shades of Dark Goldenrod #BA8A11

Tints of Dark Goldenrod #BA8A11

Color information

#BA8A11 (or 0xBA8A11) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 8A and 11. RGB value is (186,138,17). Sum of RGB (Red+Green+Blue) = 186+138+17=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8A11 is #4575EE. Grayscale: #8B8B8B. Windows color (decimal): -4552175 or 1149626. OLE color: 1149626.

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

Color convert

RGB18613817-
CMYK00.260.910.27
HSL42.96º83.25%39.8%-
HSV(B)42.96º90.86%72.94%-
XYZ29.4428.664.51-
YUV138.5659.4161.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 17 (7.03% from 255) = 4.99%
R=54.55%
G=40.47%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861381700.260.910.2742.9683.2539.8
HexBA8A1101A5B1B2b5328
Octal27221221032133335312350
Binary1011101010001010100010110101011011110111010111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A11; }

 p { color: rgb(186,138,17); }

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

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

 a { background-color: rgb(186,138,17); }

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

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

 span { border-color: rgb(186,138,17); }

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