#B0AC6F

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

Shades of Dark Khaki #B0AC6F

Tints of Dark Khaki #B0AC6F

Color information

#B0AC6F (or 0xB0AC6F) is unknown color: approx Dark Khaki. HEX triplet: B0, AC and 6F. RGB value is (176,172,111). Sum of RGB (Red+Green+Blue) = 176+172+111=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AC6F is #4F5390. Grayscale: #A6A6A6. Windows color (decimal): -5198737 or 7318704. OLE color: 7318704.

HSL color Cylindrical-coordinate representation of color #B0AC6F: hue angle of 56.31º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0AC6F is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB176172111-
CMYK00.020.370.31
HSL56.31º29.15%56.27%-
HSV(B)56.31º36.93%69.02%-
XYZ35.5339.8820.86-
YUV166.2496.83134.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=38.34%
G=37.47%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617211100.020.370.3156.3129.1556.27
HexB0AC6F02251F381d38
Octal260254157024537703570
Binary101100001010110011011110101001011111111100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC6F; }

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

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

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

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

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

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

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

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