#B4AE75

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

Shades of Dark Khaki #B4AE75

Tints of Dark Khaki #B4AE75

Color information

#B4AE75 (or 0xB4AE75) is unknown color: approx Dark Khaki. HEX triplet: B4, AE and 75. RGB value is (180,174,117). Sum of RGB (Red+Green+Blue) = 180+174+117=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE75 is #4B518A. Grayscale: #A9A9A9. Windows color (decimal): -4936075 or 7712436. OLE color: 7712436.

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

Color convert

RGB180174117-
CMYK00.030.350.29
HSL54.29º29.58%58.24%-
HSV(B)54.29º35%70.59%-
XYZ37.1741.2622.83-
YUV169.398.49135.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=38.22%
G=36.94%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017411700.030.350.2954.2929.5858.24
HexB4AE7503231D361e3a
Octal264256165034335663672
Binary101101001010111011101010111000111110111011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE75; }

 p { color: rgb(180,174,117); }

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

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

 a { background-color: rgb(180,174,117); }

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

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

 span { border-color: rgb(180,174,117); }

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