#BA8315

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

Shades of Dark Goldenrod #BA8315

Tints of Dark Goldenrod #BA8315

Color information

#BA8315 (or 0xBA8315) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 83 and 15. RGB value is (186,131,21). Sum of RGB (Red+Green+Blue) = 186+131+21=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8315 is #457CEA. Grayscale: #878787. Windows color (decimal): -4553963 or 1409978. OLE color: 1409978.

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

Color convert

RGB18613121-
CMYK00.300.890.27
HSL40º79.71%40.59%-
HSV(B)40º88.71%72.94%-
XYZ28.526.734.37-
YUV134.963.72164.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 21 (8.59% from 255) = 6.21%
R=55.03%
G=38.76%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861312100.300.890.274079.7140.59
HexBA831501E591B285029
Octal27220325036131335012051
Binary1011101010000011101010111101011001110111010001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8315; }

 p { color: rgb(186,131,21); }

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

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

 a { background-color: rgb(186,131,21); }

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

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

 span { border-color: rgb(186,131,21); }

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