#BA8015

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

Shades of Dark Goldenrod #BA8015

Tints of Dark Goldenrod #BA8015

Color information

#BA8015 (or 0xBA8015) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 80 and 15. RGB value is (186,128,21). Sum of RGB (Red+Green+Blue) = 186+128+21=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8015 is #457FEA. Grayscale: #858585. Windows color (decimal): -4554731 or 1409210. OLE color: 1409210.

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

Color convert

RGB18612821-
CMYK00.310.890.27
HSL38.91º79.71%40.59%-
HSV(B)38.91º88.71%72.94%-
XYZ28.125.934.23-
YUV133.1464.72165.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 21 (8.59% from 255) = 6.27%
R=55.52%
G=38.21%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861282100.310.890.2738.9179.7140.59
HexBA801501F591B275029
Octal27220025037131334712051
Binary1011101010000000101010111111011001110111001111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8015; }

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

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

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

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

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

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

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

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