#ba8600

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

Shades of Dark Goldenrod #BA8600

Tints of Dark Goldenrod #BA8600

Color information

#BA8600 (or 0xBA8600) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 86 and 00. RGB value is (186,134,0). Sum of RGB (Red+Green+Blue) = 186+134+0=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8600 is #4579FF. Grayscale: #868686. Windows color (decimal): -4553216 or 34490. OLE color: 34490.

HSL color Cylindrical-coordinate representation of color #BA8600: hue angle of 43.23º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA8600 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1861340-
CMYK00.2810.27
HSL43.23º100%36.47%-
HSV(B)43.23º100%72.94%-
XYZ28.7727.493.79-
YUV134.2752.23164.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 134 (52.73% from 255) = 41.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.12%
G=41.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186134000.2810.2743.2310036.47
HexBA86001C641B2b6424
Octal2722060034144335314444
Binary101110101000011000111001100100110111010111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba8600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba8600; }

 p { color: rgb(186,134,0); }

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

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

 a { background-color: rgb(186,134,0); }

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

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

 span { border-color: rgb(186,134,0); }

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