#BA8818

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

Shades of Dark Goldenrod #BA8818

Tints of Dark Goldenrod #BA8818

Color information

#BA8818 (or 0xBA8818) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 88 and 18. RGB value is (186,136,24). Sum of RGB (Red+Green+Blue) = 186+136+24=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8818 is #4577E7. Grayscale: #8A8A8A. Windows color (decimal): -4552680 or 1607866. OLE color: 1607866.

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

Color convert

RGB18613624-
CMYK00.270.870.27
HSL41.48º77.14%41.18%-
HSV(B)41.48º87.1%72.94%-
XYZ29.2228.114.75-
YUV138.1863.56162.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 24 (9.77% from 255) = 6.94%
R=53.76%
G=39.31%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861362400.270.870.2741.4877.1441.18
HexBA881801B571B294d29
Octal27221030033127335111551
Binary1011101010001000110000110111010111110111010011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8818; }

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

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

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

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

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

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

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

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