#B4AC70

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

Shades of Dark Khaki #B4AC70

Tints of Dark Khaki #B4AC70

Color information

#B4AC70 (or 0xB4AC70) is unknown color: approx Dark Khaki. HEX triplet: B4, AC and 70. RGB value is (180,172,112). Sum of RGB (Red+Green+Blue) = 180+172+112=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC70 is #4B538F. Grayscale: #A7A7A7. Windows color (decimal): -4936592 or 7384244. OLE color: 7384244.

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

Color convert

RGB180172112-
CMYK00.040.380.29
HSL52.94º31.19%57.25%-
HSV(B)52.94º37.78%70.59%-
XYZ36.540.3821.2-
YUV167.5596.65136.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 112 (44.14% from 255) = 24.14%
R=38.79%
G=37.07%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017211200.040.380.2952.9431.1957.25
HexB4AC7004261D351f39
Octal264254160044635653771
Binary1011010010101100111000001001001101110111010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC70; }

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

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

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

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

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

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

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

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