#BA9708

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

Shades of Dark Goldenrod #BA9708

Tints of Dark Goldenrod #BA9708

Color information

#BA9708 (or 0xBA9708) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 97 and 08. RGB value is (186,151,8). Sum of RGB (Red+Green+Blue) = 186+151+8=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9708 is #4568F7. Grayscale: #919191. Windows color (decimal): -4548856 or 563130. OLE color: 563130.

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

Color convert

RGB1861518-
CMYK00.190.960.27
HSL48.2º91.75%38.04%-
HSV(B)48.2º95.7%72.94%-
XYZ31.3632.594.87-
YUV145.1650.6157.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 151 (59.38% from 255) = 43.77%
BLUE value IS 8 (3.52% from 255) = 2.32%
R=53.91%
G=43.77%
B=2.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186151800.190.960.2748.291.7538.04
HexBA978013601B305c26
Octal27222710023140336013446
Binary101110101001011110000100111100000110111100001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9708; }

 p { color: rgb(186,151,8); }

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

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

 a { background-color: rgb(186,151,8); }

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

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

 span { border-color: rgb(186,151,8); }

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