#BA780D

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

Shades of Dark Goldenrod #BA780D

Tints of Dark Goldenrod #BA780D

Color information

#BA780D (or 0xBA780D) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 78 and 0D. RGB value is (186,120,13). Sum of RGB (Red+Green+Blue) = 186+120+13=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA780D is #4587F2. Grayscale: #808080. Windows color (decimal): -4556787 or 882874. OLE color: 882874.

HSL color Cylindrical-coordinate representation of color #BA780D: hue angle of 37.11º 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 #BA780D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB18612013-
CMYK00.350.930.27
HSL37.11º86.93%39.02%-
HSV(B)37.11º93.01%72.94%-
XYZ27.0423.93.57-
YUV127.5463.37169.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.31%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 13 (5.47% from 255) = 4.08%
R=58.31%
G=37.62%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861201300.350.930.2737.1186.9339.02
HexBA78D0235D1B255727
Octal27217015043135334512747
Binary101110101111000110101000111011101110111001011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA780D; }

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

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

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

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

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

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

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

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