#BA8518

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

Shades of Dark Goldenrod #BA8518

Tints of Dark Goldenrod #BA8518

Color information

#BA8518 (or 0xBA8518) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 85 and 18. RGB value is (186,133,24). Sum of RGB (Red+Green+Blue) = 186+133+24=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8518 is #457AE7. Grayscale: #888888. Windows color (decimal): -4553448 or 1607098. OLE color: 1607098.

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

Color convert

RGB18613324-
CMYK00.280.870.27
HSL40.37º77.14%41.18%-
HSV(B)40.37º87.1%72.94%-
XYZ28.827.284.61-
YUV136.4264.56163.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 24 (9.77% from 255) = 7.00%
R=54.23%
G=38.78%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861332400.280.870.2740.3777.1441.18
HexBA851801C571B284d29
Octal27220530034127335011551
Binary1011101010000101110000111001010111110111010001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8518; }

 p { color: rgb(186,133,24); }

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

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

 a { background-color: rgb(186,133,24); }

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

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

 span { border-color: rgb(186,133,24); }

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