#BAB673

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

Shades of Dark Khaki #BAB673

Tints of Dark Khaki #BAB673

Color information

#BAB673 (or 0xBAB673) is unknown color: approx Dark Khaki. HEX triplet: BA, B6 and 73. RGB value is (186,182,115). Sum of RGB (Red+Green+Blue) = 186+182+115=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB673 is #45498C. Grayscale: #AFAFAF. Windows color (decimal): -4540813 or 7583418. OLE color: 7583418.

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

Color convert

RGB186182115-
CMYK00.020.380.27
HSL56.62º33.97%59.02%-
HSV(B)56.62º38.17%72.94%-
XYZ40.0745.1322.82-
YUV175.5693.83135.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 182 (71.48% from 255) = 37.68%
BLUE value IS 115 (45.31% from 255) = 23.81%
R=38.51%
G=37.68%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618211500.020.380.2756.6233.9759.02
HexBAB67302261B39223b
Octal272266163024633714273
Binary1011101010110110111001101010011011011111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB673; }

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

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

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

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

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

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

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

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