#BA7514

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

Shades of Dark Goldenrod #BA7514

Tints of Dark Goldenrod #BA7514

Color information

#BA7514 (or 0xBA7514) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 75 and 14. RGB value is (186,117,20). Sum of RGB (Red+Green+Blue) = 186+117+20=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7514 is #458AEB. Grayscale: #7F7F7F. Windows color (decimal): -4557548 or 1340858. OLE color: 1340858.

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

Color convert

RGB18611720-
CMYK00.370.890.27
HSL35.06º80.58%40.39%-
HSV(B)35.06º89.25%72.94%-
XYZ26.7423.213.73-
YUV126.5767.86170.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 20 (8.20% from 255) = 6.19%
R=57.59%
G=36.22%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861172000.370.890.2735.0680.5840.39
HexBA7514025591B235128
Octal27216524045131334312150
Binary1011101011101011010001001011011001110111000111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7514; }

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

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

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

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

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

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

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

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