#BA8408

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

Shades of Dark Goldenrod #BA8408

Tints of Dark Goldenrod #BA8408

Color information

#BA8408 (or 0xBA8408) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 84 and 08. RGB value is (186,132,8). Sum of RGB (Red+Green+Blue) = 186+132+8=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8408 is #457BF7. Grayscale: #868686. Windows color (decimal): -4553720 or 558266. OLE color: 558266.

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

Color convert

RGB1861328-
CMYK00.290.960.27
HSL41.8º91.75%38.04%-
HSV(B)41.8º95.7%72.94%-
XYZ28.5426.963.93-
YUV134.0156.89165.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 8 (3.52% from 255) = 2.45%
R=57.06%
G=40.49%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186132800.290.960.2741.891.7538.04
HexBA84801D601B2a5c26
Octal27220410035140335213446
Binary101110101000010010000111011100000110111010101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8408; }

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

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

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

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

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

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

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

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