#B5AE77

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

Shades of Dark Khaki #B5AE77

Tints of Dark Khaki #B5AE77

Color information

#B5AE77 (or 0xB5AE77) is unknown color: approx Dark Khaki. HEX triplet: B5, AE and 77. RGB value is (181,174,119). Sum of RGB (Red+Green+Blue) = 181+174+119=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AE77 is #4A5188. Grayscale: #AAAAAA. Windows color (decimal): -4870537 or 7843509. OLE color: 7843509.

HSL color Cylindrical-coordinate representation of color #B5AE77: hue angle of 53.23º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5AE77 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB181174119-
CMYK00.040.340.29
HSL53.23º29.52%58.82%-
HSV(B)53.23º34.25%70.98%-
XYZ37.5241.4323.47-
YUV169.8299.32135.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=38.19%
G=36.71%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117411900.040.340.2953.2329.5258.82
HexB5AE7704221D351e3b
Octal265256167044235653673
Binary1011010110101110111011101001000101110111010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE77; }

 p { color: rgb(181,174,119); }

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

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

 a { background-color: rgb(181,174,119); }

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

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

 span { border-color: rgb(181,174,119); }

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