#BA8700

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

Shades of Dark Goldenrod #BA8700

Tints of Dark Goldenrod #BA8700

Color information

#BA8700 (or 0xBA8700) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 87 and 00. RGB value is (186,135,0). Sum of RGB (Red+Green+Blue) = 186+135+0=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8700 is #4578FF. Grayscale: #878787. Windows color (decimal): -4552960 or 34746. OLE color: 34746.

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

Color convert

RGB1861350-
CMYK00.2710.27
HSL43.55º100%36.47%-
HSV(B)43.55º100%72.94%-
XYZ28.9127.773.84-
YUV134.8651.9164.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.94%
G=42.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186135000.2710.2743.5510036.47
HexBA87001B641B2c6424
Octal2722070033144335414444
Binary101110101000011100110111100100110111011001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8700; }

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

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

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

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

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

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

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

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