#BAAF6B

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

Shades of Dark Khaki #BAAF6B

Tints of Dark Khaki #BAAF6B

Color information

#BAAF6B (or 0xBAAF6B) is unknown color: approx Dark Khaki. HEX triplet: BA, AF and 6B. RGB value is (186,175,107). Sum of RGB (Red+Green+Blue) = 186+175+107=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF6B is #455094. Grayscale: #AAAAAA. Windows color (decimal): -4542613 or 7057338. OLE color: 7057338.

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

Color convert

RGB186175107-
CMYK00.060.420.27
HSL51.65º36.41%57.45%-
HSV(B)51.65º42.47%72.94%-
XYZ38.2342.1620.03-
YUV170.5492.14139.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 107 (42.19% from 255) = 22.86%
R=39.74%
G=37.39%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617510700.060.420.2751.6536.4157.45
HexBAAF6B062A1B342439
Octal272257153065233644471
Binary10111010101011111101011011010101011011110100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF6B; }

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

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

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

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

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

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

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

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