#BAAF6E

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

Shades of Dark Khaki #BAAF6E

Tints of Dark Khaki #BAAF6E

Color information

#BAAF6E (or 0xBAAF6E) is unknown color: approx Dark Khaki. HEX triplet: BA, AF and 6E. RGB value is (186,175,110). Sum of RGB (Red+Green+Blue) = 186+175+110=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF6E is #455091. Grayscale: #ABABAB. Windows color (decimal): -4542610 or 7253946. OLE color: 7253946.

HSL color Cylindrical-coordinate representation of color #BAAF6E: hue angle of 51.32º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAAF6E is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB186175110-
CMYK00.060.410.27
HSL51.32º35.51%58.04%-
HSV(B)51.32º40.86%72.94%-
XYZ38.3942.2220.88-
YUV170.8893.64138.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 110 (43.36% from 255) = 23.35%
R=39.49%
G=37.15%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617511000.060.410.2751.3235.5158.04
HexBAAF6E06291B33243a
Octal272257156065133634472
Binary10111010101011111101110011010100111011110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF6E; }

 p { color: rgb(186,175,110); }

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

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

 a { background-color: rgb(186,175,110); }

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

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

 span { border-color: rgb(186,175,110); }

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