#BA730E

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

Shades of Dark Goldenrod #BA730E

Tints of Dark Goldenrod #BA730E

Color information

#BA730E (or 0xBA730E) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 73 and 0E. RGB value is (186,115,14). Sum of RGB (Red+Green+Blue) = 186+115+14=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA730E is #458CF1. Grayscale: #7D7D7D. Windows color (decimal): -4558066 or 947130. OLE color: 947130.

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

Color convert

RGB18611514-
CMYK00.380.920.27
HSL35.23º86%39.22%-
HSV(B)35.23º92.47%72.94%-
XYZ26.4622.733.41-
YUV124.7265.52171.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.05%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 14 (5.86% from 255) = 4.44%
R=59.05%
G=36.51%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861151400.380.920.2735.238639.22
HexBA73E0265C1B235627
Octal27216316046134334312647
Binary101110101110011111001001101011100110111000111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA730E; }

 p { color: rgb(186,115,14); }

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

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

 a { background-color: rgb(186,115,14); }

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

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

 span { border-color: rgb(186,115,14); }

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