#B7AE70

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

Shades of Dark Khaki #B7AE70

Tints of Dark Khaki #B7AE70

Color information

#B7AE70 (or 0xB7AE70) is unknown color: approx Dark Khaki. HEX triplet: B7, AE and 70. RGB value is (183,174,112). Sum of RGB (Red+Green+Blue) = 183+174+112=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AE70 is #48518F. Grayscale: #A9A9A9. Windows color (decimal): -4739472 or 7384759. OLE color: 7384759.

HSL color Cylindrical-coordinate representation of color #B7AE70: hue angle of 52.39º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7AE70 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183174112-
CMYK00.050.390.28
HSL52.39º33.02%57.84%-
HSV(B)52.39º38.8%71.76%-
XYZ37.5941.5121.36-
YUV169.6295.48137.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.02%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=39.02%
G=37.10%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317411200.050.390.2852.3933.0257.84
HexB7AE7005271C34213a
Octal267256160054734644172
Binary10110111101011101110000010110011111100110100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE70; }

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

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

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

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

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

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

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

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