#BA6E09

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

Shades of Dark Goldenrod #BA6E09

Tints of Dark Goldenrod #BA6E09

Color information

#BA6E09 (or 0xBA6E09) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 6E and 09. RGB value is (186,110,9). Sum of RGB (Red+Green+Blue) = 186+110+9=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6E09 is #4591F6. Grayscale: #797979. Windows color (decimal): -4559351 or 618170. OLE color: 618170.

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

Color convert

RGB1861109-
CMYK00.410.950.27
HSL34.24º90.77%38.24%-
HSV(B)34.24º95.16%72.94%-
XYZ25.8721.613.07-
YUV121.2164.68174.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 110 (43.36% from 255) = 36.07%
BLUE value IS 9 (3.91% from 255) = 2.95%
R=60.98%
G=36.07%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186110900.410.950.2734.2490.7738.24
HexBA6E90295F1B225b26
Octal27215611051137334213346
Binary101110101101110100101010011011111110111000101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E09; }

 p { color: rgb(186,110,9); }

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

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

 a { background-color: rgb(186,110,9); }

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

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

 span { border-color: rgb(186,110,9); }

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