#BA8C00

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

Shades of Dark Goldenrod #BA8C00

Tints of Dark Goldenrod #BA8C00

Color information

#BA8C00 (or 0xBA8C00) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 8C and 00. RGB value is (186,140,0). Sum of RGB (Red+Green+Blue) = 186+140+0=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8C00 is #4573FF. Grayscale: #8A8A8A. Windows color (decimal): -4551680 or 36026. OLE color: 36026.

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

Color convert

RGB1861400-
CMYK00.2510.27
HSL45.16º100%36.47%-
HSV(B)45.16º100%72.94%-
XYZ29.6329.24.07-
YUV137.7950.24162.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.06%
G=42.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186140000.2510.2745.1610036.47
HexBA8C0019641B2d6424
Octal2722140031144335514444
Binary101110101000110000110011100100110111011011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C00; }

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

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

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

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

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

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

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

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