#BA8717

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

Shades of Dark Goldenrod #BA8717

Tints of Dark Goldenrod #BA8717

Color information

#BA8717 (or 0xBA8717) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 87 and 17. RGB value is (186,135,23). Sum of RGB (Red+Green+Blue) = 186+135+23=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8717 is #4578E8. Grayscale: #898989. Windows color (decimal): -4552937 or 1542074. OLE color: 1542074.

HSL color Cylindrical-coordinate representation of color #BA8717: hue angle of 41.23º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA8717 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB18613523-
CMYK00.270.880.27
HSL41.23º77.99%40.98%-
HSV(B)41.23º87.63%72.94%-
XYZ29.0727.834.65-
YUV137.4863.4162.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 23 (9.38% from 255) = 6.69%
R=54.07%
G=39.24%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861352300.270.880.2741.2377.9940.98
HexBA871701B581B294e29
Octal27220727033130335111651
Binary1011101010000111101110110111011000110111010011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8717; }

 p { color: rgb(186,135,23); }

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

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

 a { background-color: rgb(186,135,23); }

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

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

 span { border-color: rgb(186,135,23); }

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