#B5AC72

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

Shades of Dark Khaki #B5AC72

Tints of Dark Khaki #B5AC72

Color information

#B5AC72 (or 0xB5AC72) is unknown color: approx Dark Khaki. HEX triplet: B5, AC and 72. RGB value is (181,172,114). Sum of RGB (Red+Green+Blue) = 181+172+114=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AC72 is #4A538D. Grayscale: #A8A8A8. Windows color (decimal): -4871054 or 7515317. OLE color: 7515317.

HSL color Cylindrical-coordinate representation of color #B5AC72: hue angle of 51.94º 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 #B5AC72 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB181172114-
CMYK00.050.370.29
HSL51.94º31.16%57.84%-
HSV(B)51.94º37.02%70.98%-
XYZ36.8540.5421.8-
YUV168.0897.48137.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=38.76%
G=36.83%
B=24.41%

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
Decimal18117211400.050.370.2951.9431.1657.84
HexB5AC7205251D341f3a
Octal265254162054535643772
Binary1011010110101100111001001011001011110111010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC72; }

 p { color: rgb(181,172,114); }

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

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

 a { background-color: rgb(181,172,114); }

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

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

 span { border-color: rgb(181,172,114); }

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