#BA9A01

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

Shades of Dark Goldenrod #BA9A01

Tints of Dark Goldenrod #BA9A01

Color information

#BA9A01 (or 0xBA9A01) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 9A and 01. RGB value is (186,154,1). Sum of RGB (Red+Green+Blue) = 186+154+1=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9A01 is #4565FE. Grayscale: #929292. Windows color (decimal): -4548095 or 105146. OLE color: 105146.

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

Color convert

RGB1861541-
CMYK00.170.990.27
HSL49.62º98.93%36.67%-
HSV(B)49.62º99.46%72.94%-
XYZ31.8133.554.83-
YUV146.1346.1156.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 154 (60.55% from 255) = 45.16%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=54.55%
G=45.16%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186154100.170.990.2749.6298.9336.67
HexBA9A1011631B326325
Octal2722321021143336214345
Binary101110101001101010100011100011110111100101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A01; }

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

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

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

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

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

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

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

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