#BA8615

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

Shades of Dark Goldenrod #BA8615

Tints of Dark Goldenrod #BA8615

Color information

#BA8615 (or 0xBA8615) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 86 and 15. RGB value is (186,134,21). Sum of RGB (Red+Green+Blue) = 186+134+21=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8615 is #4579EA. Grayscale: #898989. Windows color (decimal): -4553195 or 1410746. OLE color: 1410746.

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

Color convert

RGB18613421-
CMYK00.280.890.27
HSL41.09º79.71%40.59%-
HSV(B)41.09º88.71%72.94%-
XYZ28.9127.544.5-
YUV136.6762.73163.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 21 (8.59% from 255) = 6.16%
R=54.55%
G=39.30%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861342100.280.890.2741.0979.7140.59
HexBA861501C591B295029
Octal27220625034131335112051
Binary1011101010000110101010111001011001110111010011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8615; }

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

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

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

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

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

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

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

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