#BAB06F

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

Shades of Dark Khaki #BAB06F

Tints of Dark Khaki #BAB06F

Color information

#BAB06F (or 0xBAB06F) is unknown color: approx Dark Khaki. HEX triplet: BA, B0 and 6F. RGB value is (186,176,111). Sum of RGB (Red+Green+Blue) = 186+176+111=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB06F is #454F90. Grayscale: #ABABAB. Windows color (decimal): -4542353 or 7319738. OLE color: 7319738.

HSL color Cylindrical-coordinate representation of color #BAB06F: hue angle of 52º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAB06F is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186176111-
CMYK00.050.400.27
HSL52º35.21%58.24%-
HSV(B)52º40.32%72.94%-
XYZ38.6442.6421.23-
YUV171.5893.81138.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 111 (43.75% from 255) = 23.47%
R=39.32%
G=37.21%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617611100.050.400.275235.2158.24
HexBAB06F05281B34233a
Octal272260157055033644372
Binary10111010101100001101111010110100011011110100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB06F; }

 p { color: rgb(186,176,111); }

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

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

 a { background-color: rgb(186,176,111); }

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

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

 span { border-color: rgb(186,176,111); }

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