#BA7715

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

Shades of Dark Goldenrod #BA7715

Tints of Dark Goldenrod #BA7715

Color information

#BA7715 (or 0xBA7715) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 77 and 15. RGB value is (186,119,21). Sum of RGB (Red+Green+Blue) = 186+119+21=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7715 is #4588EA. Grayscale: #808080. Windows color (decimal): -4557035 or 1406906. OLE color: 1406906.

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

Color convert

RGB18611921-
CMYK00.360.890.27
HSL35.64º79.71%40.59%-
HSV(B)35.64º88.71%72.94%-
XYZ26.9823.693.86-
YUV127.8667.7169.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 119 (46.88% from 255) = 36.50%
BLUE value IS 21 (8.59% from 255) = 6.44%
R=57.06%
G=36.50%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861192100.360.890.2735.6479.7140.59
HexBA7715024591B245029
Octal27216725044131334412051
Binary1011101011101111010101001001011001110111001001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7715; }

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

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

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

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

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

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

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

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