#B5AE73

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

Shades of Dark Khaki #B5AE73

Tints of Dark Khaki #B5AE73

Color information

#B5AE73 (or 0xB5AE73) is unknown color: approx Dark Khaki. HEX triplet: B5, AE and 73. RGB value is (181,174,115). Sum of RGB (Red+Green+Blue) = 181+174+115=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AE73 is #4A518C. Grayscale: #A9A9A9. Windows color (decimal): -4870541 or 7581365. OLE color: 7581365.

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

Color convert

RGB181174115-
CMYK00.040.360.29
HSL53.64º30.84%58.04%-
HSV(B)53.64º36.46%70.98%-
XYZ37.2941.3322.23-
YUV169.3797.32136.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 115 (45.31% from 255) = 24.47%
R=38.51%
G=37.02%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117411500.040.360.2953.6430.8458.04
HexB5AE7304241D361f3a
Octal265256163044435663772
Binary1011010110101110111001101001001001110111011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE73; }

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

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

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

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

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

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

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

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