#BA8009

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

Shades of Dark Goldenrod #BA8009

Tints of Dark Goldenrod #BA8009

Color information

#BA8009 (or 0xBA8009) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 80 and 09. RGB value is (186,128,9). Sum of RGB (Red+Green+Blue) = 186+128+9=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8009 is #457FF6. Grayscale: #848484. Windows color (decimal): -4554743 or 622778. OLE color: 622778.

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

Color convert

RGB1861289-
CMYK00.310.950.27
HSL40.34º90.77%38.24%-
HSV(B)40.34º95.16%72.94%-
XYZ28.0225.93.78-
YUV131.7858.72166.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 9 (3.91% from 255) = 2.79%
R=57.59%
G=39.63%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186128900.310.950.2740.3490.7738.24
HexBA80901F5F1B285b26
Octal27220011037137335013346
Binary101110101000000010010111111011111110111010001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8009; }

 p { color: rgb(186,128,9); }

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

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

 a { background-color: rgb(186,128,9); }

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

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

 span { border-color: rgb(186,128,9); }

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