#B0AE73

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

Shades of Dark Khaki #B0AE73

Tints of Dark Khaki #B0AE73

Color information

#B0AE73 (or 0xB0AE73) is unknown color: approx Dark Khaki. HEX triplet: B0, AE and 73. RGB value is (176,174,115). Sum of RGB (Red+Green+Blue) = 176+174+115=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE73 is #4F518C. Grayscale: #A8A8A8. Windows color (decimal): -5198221 or 7581360. OLE color: 7581360.

HSL color Cylindrical-coordinate representation of color #B0AE73: hue angle of 58.03º 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 #B0AE73 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB176174115-
CMYK00.010.350.31
HSL58.03º27.85%57.06%-
HSV(B)58.03º34.66%69.02%-
XYZ36.1440.7422.18-
YUV167.8798.16133.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 115 (45.31% from 255) = 24.73%
R=37.85%
G=37.42%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617411500.010.350.3158.0327.8557.06
HexB0AE7301231F3a1c39
Octal260256163014337723471
Binary10110000101011101110011011000111111111101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE73; }

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

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

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

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

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

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

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

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