#BA8D18

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

Shades of Dark Goldenrod #BA8D18

Tints of Dark Goldenrod #BA8D18

Color information

#BA8D18 (or 0xBA8D18) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 8D and 18. RGB value is (186,141,24). Sum of RGB (Red+Green+Blue) = 186+141+24=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8D18 is #4572E7. Grayscale: #8D8D8D. Windows color (decimal): -4551400 or 1609146. OLE color: 1609146.

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

Color convert

RGB18614124-
CMYK00.240.870.27
HSL43.33º77.14%41.18%-
HSV(B)43.33º87.1%72.94%-
XYZ29.9429.554.99-
YUV141.1261.91160.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 24 (9.77% from 255) = 6.84%
R=52.99%
G=40.17%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861412400.240.870.2743.3377.1441.18
HexBA8D18018571B2b4d29
Octal27221530030127335311551
Binary1011101010001101110000110001010111110111010111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D18; }

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

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

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

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

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

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

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

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