#BA8910

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

Shades of Dark Goldenrod #BA8910

Tints of Dark Goldenrod #BA8910

Color information

#BA8910 (or 0xBA8910) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 89 and 10. RGB value is (186,137,16). Sum of RGB (Red+Green+Blue) = 186+137+16=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8910 is #4576EF. Grayscale: #8A8A8A. Windows color (decimal): -4552432 or 1083834. OLE color: 1083834.

HSL color Cylindrical-coordinate representation of color #BA8910: hue angle of 42.71º degrees, saturation: 0.84, 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 #BA8910 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB18613716-
CMYK00.260.910.27
HSL42.71º84.16%39.61%-
HSV(B)42.71º91.4%72.94%-
XYZ29.2928.374.42-
YUV137.8659.23162.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 16 (6.64% from 255) = 4.72%
R=54.87%
G=40.41%
B=4.72%

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
Decimal1861371600.260.910.2742.7184.1639.61
HexBA891001A5B1B2b5428
Octal27221120032133335312450
Binary1011101010001001100000110101011011110111010111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8910; }

 p { color: rgb(186,137,16); }

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

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

 a { background-color: rgb(186,137,16); }

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

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

 span { border-color: rgb(186,137,16); }

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