#BA8215

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

Shades of Dark Goldenrod #BA8215

Tints of Dark Goldenrod #BA8215

Color information

#BA8215 (or 0xBA8215) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 82 and 15. RGB value is (186,130,21). Sum of RGB (Red+Green+Blue) = 186+130+21=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8215 is #457DEA. Grayscale: #868686. Windows color (decimal): -4554219 or 1409722. OLE color: 1409722.

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

Color convert

RGB18613021-
CMYK00.300.890.27
HSL39.64º79.71%40.59%-
HSV(B)39.64º88.71%72.94%-
XYZ28.3726.464.32-
YUV134.3264.05164.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 21 (8.59% from 255) = 6.23%
R=55.19%
G=38.58%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861302100.300.890.2739.6479.7140.59
HexBA821501E591B285029
Octal27220225036131335012051
Binary1011101010000010101010111101011001110111010001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8215; }

 p { color: rgb(186,130,21); }

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

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

 a { background-color: rgb(186,130,21); }

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

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

 span { border-color: rgb(186,130,21); }

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