#BA7A00

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

Shades of Dark Goldenrod #BA7A00

Tints of Dark Goldenrod #BA7A00

Color information

#BA7A00 (or 0xBA7A00) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 7A and 00. RGB value is (186,122,0). Sum of RGB (Red+Green+Blue) = 186+122+0=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A00 is #4585FF. Grayscale: #7F7F7F. Windows color (decimal): -4556288 or 31418. OLE color: 31418.

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

Color convert

RGB1861220-
CMYK00.3410.27
HSL39.35º100%36.47%-
HSV(B)39.35º100%72.94%-
XYZ27.2124.363.27-
YUV127.2356.2169.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.39%
GREEN value IS 122 (48.05% from 255) = 39.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.39%
G=39.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186122000.3410.2739.3510036.47
HexBA7A0022641B276424
Octal2721720042144334714444
Binary101110101111010001000101100100110111001111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A00; }

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

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

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

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

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

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

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

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