#BA8416

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

Shades of Dark Goldenrod #BA8416

Tints of Dark Goldenrod #BA8416

Color information

#BA8416 (or 0xBA8416) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 84 and 16. RGB value is (186,132,22). Sum of RGB (Red+Green+Blue) = 186+132+22=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8416 is #457BE9. Grayscale: #888888. Windows color (decimal): -4553706 or 1475770. OLE color: 1475770.

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

Color convert

RGB18613222-
CMYK00.290.880.27
HSL40.24º78.85%40.78%-
HSV(B)40.24º88.17%72.94%-
XYZ28.65274.46-
YUV135.6163.89163.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 22 (8.98% from 255) = 6.47%
R=54.71%
G=38.82%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861322200.290.880.2740.2478.8540.78
HexBA841601D581B284f29
Octal27220426035130335011751
Binary1011101010000100101100111011011000110111010001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8416; }

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

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

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

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

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

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

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

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