#BA8607

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

Shades of Dark Goldenrod #BA8607

Tints of Dark Goldenrod #BA8607

Color information

#BA8607 (or 0xBA8607) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 86 and 07. RGB value is (186,134,7). Sum of RGB (Red+Green+Blue) = 186+134+7=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8607 is #4579F8. Grayscale: #878787. Windows color (decimal): -4553209 or 493242. OLE color: 493242.

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

Color convert

RGB1861347-
CMYK00.280.960.27
HSL42.57º92.75%37.84%-
HSV(B)42.57º96.24%72.94%-
XYZ28.8127.53.99-
YUV135.0755.73164.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 7 (3.12% from 255) = 2.14%
R=56.88%
G=40.98%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186134700.280.960.2742.5792.7537.84
HexBA86701C601B2b5d26
Octal2722067034140335313546
Binary10111010100001101110111001100000110111010111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8607; }

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

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

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

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

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

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

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

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