#B3AE74

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

Shades of Dark Khaki #B3AE74

Tints of Dark Khaki #B3AE74

Color information

#B3AE74 (or 0xB3AE74) is unknown color: approx Dark Khaki. HEX triplet: B3, AE and 74. RGB value is (179,174,116). Sum of RGB (Red+Green+Blue) = 179+174+116=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AE74 is #4C518B. Grayscale: #A9A9A9. Windows color (decimal): -5001612 or 7646899. OLE color: 7646899.

HSL color Cylindrical-coordinate representation of color #B3AE74: hue angle of 55.24º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3AE74 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB179174116-
CMYK00.030.350.30
HSL55.24º29.3%57.84%-
HSV(B)55.24º35.2%70.2%-
XYZ36.8841.1222.52-
YUV168.8898.16135.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 116 (45.70% from 255) = 24.73%
R=38.17%
G=37.10%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917411600.030.350.3055.2429.357.84
HexB3AE7403231E371d3a
Octal263256164034336673572
Binary101100111010111011101000111000111111011011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE74; }

 p { color: rgb(179,174,116); }

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

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

 a { background-color: rgb(179,174,116); }

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

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

 span { border-color: rgb(179,174,116); }

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