#BA770D

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

Shades of Dark Goldenrod #BA770D

Tints of Dark Goldenrod #BA770D

Color information

#BA770D (or 0xBA770D) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 77 and 0D. RGB value is (186,119,13). Sum of RGB (Red+Green+Blue) = 186+119+13=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA770D is #4588F2. Grayscale: #7F7F7F. Windows color (decimal): -4557043 or 882618. OLE color: 882618.

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

Color convert

RGB18611913-
CMYK00.360.930.27
HSL36.76º86.93%39.02%-
HSV(B)36.76º93.01%72.94%-
XYZ26.9223.663.53-
YUV126.9563.7170.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 13 (5.47% from 255) = 4.09%
R=58.49%
G=37.42%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861191300.360.930.2736.7686.9339.02
HexBA77D0245D1B255727
Octal27216715044135334512747
Binary101110101110111110101001001011101110111001011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA770D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA770D; }

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

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

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

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

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

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

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

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