#BA8810

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

Shades of Dark Goldenrod #BA8810

Tints of Dark Goldenrod #BA8810

Color information

#BA8810 (or 0xBA8810) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 88 and 10. RGB value is (186,136,16). Sum of RGB (Red+Green+Blue) = 186+136+16=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8810 is #4577EF. Grayscale: #898989. Windows color (decimal): -4552688 or 1083578. OLE color: 1083578.

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

Color convert

RGB18613616-
CMYK00.270.910.27
HSL42.35º84.16%39.61%-
HSV(B)42.35º91.4%72.94%-
XYZ29.1528.084.37-
YUV137.2759.56162.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 16 (6.64% from 255) = 4.73%
R=55.03%
G=40.24%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861361600.270.910.2742.3584.1639.61
HexBA881001B5B1B2a5428
Octal27221020033133335212450
Binary1011101010001000100000110111011011110111010101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8810; }

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

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

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

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

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

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

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

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