#B3AD71

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

Shades of Dark Khaki #B3AD71

Tints of Dark Khaki #B3AD71

Color information

#B3AD71 (or 0xB3AD71) is unknown color: approx Dark Khaki. HEX triplet: B3, AD and 71. RGB value is (179,173,113). Sum of RGB (Red+Green+Blue) = 179+173+113=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD71 is #4C528E. Grayscale: #A8A8A8. Windows color (decimal): -5001871 or 7450035. OLE color: 7450035.

HSL color Cylindrical-coordinate representation of color #B3AD71: hue angle of 54.55º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3AD71 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB179173113-
CMYK00.030.370.30
HSL54.55º30.28%57.25%-
HSV(B)54.55º36.87%70.2%-
XYZ36.5140.6621.55-
YUV167.9596.99135.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.49%
GREEN value IS 173 (67.97% from 255) = 37.20%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=38.49%
G=37.20%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917311300.030.370.3054.5530.2857.25
HexB3AD7103251E371e39
Octal263255161034536673671
Binary101100111010110111100010111001011111011011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD71; }

 p { color: rgb(179,173,113); }

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

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

 a { background-color: rgb(179,173,113); }

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

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

 span { border-color: rgb(179,173,113); }

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