#BA740A

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

Shades of Dark Goldenrod #BA740A

Tints of Dark Goldenrod #BA740A

Color information

#BA740A (or 0xBA740A) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 74 and 0A. RGB value is (186,116,10). Sum of RGB (Red+Green+Blue) = 186+116+10=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA740A is #458BF5. Grayscale: #7D7D7D. Windows color (decimal): -4557814 or 685242. OLE color: 685242.

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

Color convert

RGB18611610-
CMYK00.380.950.27
HSL36.14º89.8%38.43%-
HSV(B)36.14º94.62%72.94%-
XYZ26.5522.953.32-
YUV124.8563.19171.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 10 (4.30% from 255) = 3.21%
R=59.62%
G=37.18%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861161000.380.950.2736.1489.838.43
HexBA74A0265F1B245a26
Octal27216412046137334413246
Binary101110101110100101001001101011111110111001001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA740A; }

 p { color: rgb(186,116,10); }

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

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

 a { background-color: rgb(186,116,10); }

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

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

 span { border-color: rgb(186,116,10); }

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