#BA7E00

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

Shades of Dark Goldenrod #BA7E00

Tints of Dark Goldenrod #BA7E00

Color information

#BA7E00 (or 0xBA7E00) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 7E and 00. RGB value is (186,126,0). Sum of RGB (Red+Green+Blue) = 186+126+0=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7E00 is #4581FF. Grayscale: #828282. Windows color (decimal): -4555264 or 32442. OLE color: 32442.

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

Color convert

RGB1861260-
CMYK00.3210.27
HSL40.65º100%36.47%-
HSV(B)40.65º100%72.94%-
XYZ27.7125.363.43-
YUV129.5854.88168.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 126 (49.61% from 255) = 40.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.62%
G=40.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186126000.3210.2740.6510036.47
HexBA7E0020641B296424
Octal2721760040144335114444
Binary101110101111110001000001100100110111010011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E00; }

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

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

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

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

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

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

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

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