#BAB47A

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

Shades of Dark Khaki #BAB47A

Tints of Dark Khaki #BAB47A

Color information

#BAB47A (or 0xBAB47A) is unknown color: approx Dark Khaki. HEX triplet: BA, B4 and 7A. RGB value is (186,180,122). Sum of RGB (Red+Green+Blue) = 186+180+122=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB47A is #454B85. Grayscale: #AFAFAF. Windows color (decimal): -4541318 or 8041658. OLE color: 8041658.

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

Color convert

RGB186180122-
CMYK00.030.340.27
HSL54.38º31.68%60.39%-
HSV(B)54.38º34.41%72.94%-
XYZ40.0844.4924.89-
YUV175.1897.99135.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 122 (48.05% from 255) = 25%
R=38.11%
G=36.89%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618012200.030.340.2754.3831.6860.39
HexBAB47A03221B36203c
Octal272264172034233664074
Binary1011101010110100111101001110001011011110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB47A; }

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

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

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

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

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

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

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

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