#B7AE6D

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

Shades of Dark Khaki #B7AE6D

Tints of Dark Khaki #B7AE6D

Color information

#B7AE6D (or 0xB7AE6D) is unknown color: approx Dark Khaki. HEX triplet: B7, AE and 6D. RGB value is (183,174,109). Sum of RGB (Red+Green+Blue) = 183+174+109=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AE6D is #485192. Grayscale: #A9A9A9. Windows color (decimal): -4739475 or 7188151. OLE color: 7188151.

HSL color Cylindrical-coordinate representation of color #B7AE6D: hue angle of 52.7º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7AE6D is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183174109-
CMYK00.050.400.28
HSL52.7º33.94%57.25%-
HSV(B)52.7º40.44%71.76%-
XYZ37.4241.4420.49-
YUV169.2893.98137.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 109 (42.97% from 255) = 23.39%
R=39.27%
G=37.34%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317410900.050.400.2852.733.9457.25
HexB7AE6D05281C352239
Octal267256155055034654271
Binary10110111101011101101101010110100011100110101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE6D; }

 p { color: rgb(183,174,109); }

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

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

 a { background-color: rgb(183,174,109); }

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

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

 span { border-color: rgb(183,174,109); }

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