#BA8401

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

Shades of Dark Goldenrod #BA8401

Tints of Dark Goldenrod #BA8401

Color information

#BA8401 (or 0xBA8401) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 84 and 01. RGB value is (186,132,1). Sum of RGB (Red+Green+Blue) = 186+132+1=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8401 is #457BFE. Grayscale: #858585. Windows color (decimal): -4553727 or 99514. OLE color: 99514.

HSL color Cylindrical-coordinate representation of color #BA8401: hue angle of 42.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA8401 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1861321-
CMYK00.290.990.27
HSL42.49º98.93%36.67%-
HSV(B)42.49º99.46%72.94%-
XYZ28.5126.943.73-
YUV133.2153.39165.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.31%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=58.31%
G=41.38%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186132100.290.990.2742.4998.9336.67
HexBA84101D631B2a6325
Octal2722041035143335214345
Binary101110101000010010111011100011110111010101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8401; }

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

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

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

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

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

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

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

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