#BA8B00

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

Shades of Dark Goldenrod #BA8B00

Tints of Dark Goldenrod #BA8B00

Color information

#BA8B00 (or 0xBA8B00) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 8B and 00. RGB value is (186,139,0). Sum of RGB (Red+Green+Blue) = 186+139+0=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8B00 is #4574FF. Grayscale: #898989. Windows color (decimal): -4551936 or 35770. OLE color: 35770.

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

Color convert

RGB1861390-
CMYK00.2510.27
HSL44.84º100%36.47%-
HSV(B)44.84º100%72.94%-
XYZ29.4828.94.03-
YUV137.2150.57162.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.23%
G=42.77%
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
Decimal186139000.2510.2744.8410036.47
HexBA8B0019641B2d6424
Octal2722130031144335514444
Binary101110101000101100110011100100110111011011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B00; }

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

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

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

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

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

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

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

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