#ba770c

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

Shades of Dark Goldenrod #BA770C

Tints of Dark Goldenrod #BA770C

Color information

#BA770C (or 0xBA770C) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 77 and 0C. RGB value is (186,119,12). Sum of RGB (Red+Green+Blue) = 186+119+12=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA770C is #4588F3. Grayscale: #7F7F7F. Windows color (decimal): -4557044 or 817082. OLE color: 817082.

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

Color convert

RGB18611912-
CMYK00.360.940.27
HSL36.9º87.88%38.82%-
HSV(B)36.9º93.55%72.94%-
XYZ26.9123.663.5-
YUV126.8363.2170.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.68%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 12 (5.08% from 255) = 3.79%
R=58.68%
G=37.54%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861191200.360.940.2736.987.8838.82
HexBA77C0245E1B255827
Octal27216714044136334513047
Binary101110101110111110001001001011110110111001011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba770c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba770c; }

 p { color: rgb(186,119,12); }

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

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

 a { background-color: rgb(186,119,12); }

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

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

 span { border-color: rgb(186,119,12); }

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