#BA7915

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

Shades of Dark Goldenrod #BA7915

Tints of Dark Goldenrod #BA7915

Color information

#BA7915 (or 0xBA7915) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 79 and 15. RGB value is (186,121,21). Sum of RGB (Red+Green+Blue) = 186+121+21=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7915 is #4586EA. Grayscale: #818181. Windows color (decimal): -4556523 or 1407418. OLE color: 1407418.

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

Color convert

RGB18612121-
CMYK00.350.890.27
HSL36.36º79.71%40.59%-
HSV(B)36.36º88.71%72.94%-
XYZ27.2224.173.94-
YUV129.0467.03168.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 21 (8.59% from 255) = 6.40%
R=56.71%
G=36.89%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861212100.350.890.2736.3679.7140.59
HexBA7915023591B245029
Octal27217125043131334412051
Binary1011101011110011010101000111011001110111001001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7915; }

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

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

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

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

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

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

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

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