#BA7512

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

Shades of Dark Goldenrod #BA7512

Tints of Dark Goldenrod #BA7512

Color information

#BA7512 (or 0xBA7512) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 75 and 12. RGB value is (186,117,18). Sum of RGB (Red+Green+Blue) = 186+117+18=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7512 is #458AED. Grayscale: #7E7E7E. Windows color (decimal): -4557550 or 1209786. OLE color: 1209786.

HSL color Cylindrical-coordinate representation of color #BA7512: hue angle of 35.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA7512 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18611718-
CMYK00.370.900.27
HSL35.36º82.35%40%-
HSV(B)35.36º90.32%72.94%-
XYZ26.7223.213.64-
YUV126.3566.86170.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 18 (7.42% from 255) = 5.61%
R=57.94%
G=36.45%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861171800.370.900.2735.3682.3540
HexBA75120255A1B235228
Octal27216522045132334312250
Binary1011101011101011001001001011011010110111000111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7512; }

 p { color: rgb(186,117,18); }

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

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

 a { background-color: rgb(186,117,18); }

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

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

 span { border-color: rgb(186,117,18); }

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