#BAB873

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

Shades of Dark Khaki #BAB873

Tints of Dark Khaki #BAB873

Color information

#BAB873 (or 0xBAB873) is unknown color: approx Dark Khaki. HEX triplet: BA, B8 and 73. RGB value is (186,184,115). Sum of RGB (Red+Green+Blue) = 186+184+115=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB873 is #45478C. Grayscale: #B1B1B1. Windows color (decimal): -4540301 or 7583930. OLE color: 7583930.

HSL color Cylindrical-coordinate representation of color #BAB873: hue angle of 58.31º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAB873 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB186184115-
CMYK00.010.380.27
HSL58.31º33.97%59.02%-
HSV(B)58.31º38.17%72.94%-
XYZ40.4845.9622.96-
YUV176.7393.16134.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 184 (72.27% from 255) = 37.94%
BLUE value IS 115 (45.31% from 255) = 23.71%
R=38.35%
G=37.94%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618411500.010.380.2758.3133.9759.02
HexBAB87301261B3a223b
Octal272270163014633724273
Binary101110101011100011100110110011011011111010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB873; }

 p { color: rgb(186,184,115); }

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

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

 a { background-color: rgb(186,184,115); }

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

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

 span { border-color: rgb(186,184,115); }

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