#B1AE73

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

Shades of Dark Khaki #B1AE73

Tints of Dark Khaki #B1AE73

Color information

#B1AE73 (or 0xB1AE73) is unknown color: approx Dark Khaki. HEX triplet: B1, AE and 73. RGB value is (177,174,115). Sum of RGB (Red+Green+Blue) = 177+174+115=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE73 is #4E518C. Grayscale: #A8A8A8. Windows color (decimal): -5132685 or 7581361. OLE color: 7581361.

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

Color convert

RGB177174115-
CMYK00.020.350.31
HSL57.1º28.44%57.25%-
HSV(B)57.1º35.03%69.41%-
XYZ36.3640.8622.19-
YUV168.1797.99134.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 115 (45.31% from 255) = 24.68%
R=37.98%
G=37.34%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717411500.020.350.3157.128.4457.25
HexB1AE7302231F391c39
Octal261256163024337713471
Binary101100011010111011100110101000111111111100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE73; }

 p { color: rgb(177,174,115); }

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

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

 a { background-color: rgb(177,174,115); }

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

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

 span { border-color: rgb(177,174,115); }

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