#BA8C17

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

Shades of Dark Goldenrod #BA8C17

Tints of Dark Goldenrod #BA8C17

Color information

#BA8C17 (or 0xBA8C17) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 8C and 17. RGB value is (186,140,23). Sum of RGB (Red+Green+Blue) = 186+140+23=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8C17 is #4573E8. Grayscale: #8C8C8C. Windows color (decimal): -4551657 or 1543354. OLE color: 1543354.

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

Color convert

RGB18614023-
CMYK00.250.880.27
HSL43.07º77.99%40.98%-
HSV(B)43.07º87.63%72.94%-
XYZ29.7829.264.89-
YUV140.4261.74160.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 140 (55.08% from 255) = 40.11%
BLUE value IS 23 (9.38% from 255) = 6.59%
R=53.30%
G=40.11%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861402300.250.880.2743.0777.9940.98
HexBA8C17019581B2b4e29
Octal27221427031130335311651
Binary1011101010001100101110110011011000110111010111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C17; }

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

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

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

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

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

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

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

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