#B4AC75

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

Shades of Dark Khaki #B4AC75

Tints of Dark Khaki #B4AC75

Color information

#B4AC75 (or 0xB4AC75) is unknown color: approx Dark Khaki. HEX triplet: B4, AC and 75. RGB value is (180,172,117). Sum of RGB (Red+Green+Blue) = 180+172+117=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC75 is #4B538A. Grayscale: #A8A8A8. Windows color (decimal): -4936587 or 7711924. OLE color: 7711924.

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

Color convert

RGB180172117-
CMYK00.040.350.29
HSL52.38º29.58%58.24%-
HSV(B)52.38º35%70.59%-
XYZ36.7940.4922.71-
YUV168.1299.15136.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=38.38%
G=36.67%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017211700.040.350.2952.3829.5858.24
HexB4AC7504231D341e3a
Octal264254165044335643672
Binary1011010010101100111010101001000111110111010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC75; }

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

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

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

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

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

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

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

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