#B1AD72

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

Shades of Dark Khaki #B1AD72

Tints of Dark Khaki #B1AD72

Color information

#B1AD72 (or 0xB1AD72) is unknown color: approx Dark Khaki. HEX triplet: B1, AD and 72. RGB value is (177,173,114). Sum of RGB (Red+Green+Blue) = 177+173+114=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AD72 is #4E528D. Grayscale: #A7A7A7. Windows color (decimal): -5132942 or 7515569. OLE color: 7515569.

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

Color convert

RGB177173114-
CMYK00.020.360.31
HSL56.19º28.77%57.06%-
HSV(B)56.19º35.59%69.41%-
XYZ36.1140.4521.82-
YUV167.4797.83134.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 173 (67.97% from 255) = 37.28%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=38.15%
G=37.28%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717311400.020.360.3156.1928.7757.06
HexB1AD7202241F381d39
Octal261255162024437703571
Binary101100011010110111100100101001001111111100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD72; }

 p { color: rgb(177,173,114); }

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

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

 a { background-color: rgb(177,173,114); }

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

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

 span { border-color: rgb(177,173,114); }

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