#B6AC73

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

Shades of Dark Khaki #B6AC73

Tints of Dark Khaki #B6AC73

Color information

#B6AC73 (or 0xB6AC73) is unknown color: approx Dark Khaki. HEX triplet: B6, AC and 73. RGB value is (182,172,115). Sum of RGB (Red+Green+Blue) = 182+172+115=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC73 is #49538C. Grayscale: #A8A8A8. Windows color (decimal): -4805517 or 7580854. OLE color: 7580854.

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

Color convert

RGB182172115-
CMYK00.050.370.29
HSL51.04º31.46%58.24%-
HSV(B)51.04º36.81%71.37%-
XYZ37.1440.6922.12-
YUV168.4997.81137.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 115 (45.31% from 255) = 24.52%
R=38.81%
G=36.67%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217211500.050.370.2951.0431.4658.24
HexB6AC7305251D331f3a
Octal266254163054535633772
Binary1011011010101100111001101011001011110111001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC73; }

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

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

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

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

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

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

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

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