#BA9206

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

Shades of Dark Goldenrod #BA9206

Tints of Dark Goldenrod #BA9206

Color information

#BA9206 (or 0xBA9206) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 92 and 06. RGB value is (186,146,6). Sum of RGB (Red+Green+Blue) = 186+146+6=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9206 is #456DF9. Grayscale: #8E8E8E. Windows color (decimal): -4550138 or 430778. OLE color: 430778.

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

Color convert

RGB1861466-
CMYK00.220.970.27
HSL46.67º93.75%37.65%-
HSV(B)46.67º96.77%72.94%-
XYZ30.5631.014.55-
YUV14251.25159.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 6 (2.73% from 255) = 1.78%
R=55.03%
G=43.20%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186146600.220.970.2746.6793.7537.65
HexBA926016611B2f5e26
Octal2722226026141335713646
Binary10111010100100101100101101100001110111011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9206; }

 p { color: rgb(186,146,6); }

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

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

 a { background-color: rgb(186,146,6); }

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

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

 span { border-color: rgb(186,146,6); }

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