#B9AF74

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

Shades of Dark Khaki #B9AF74

Tints of Dark Khaki #B9AF74

Color information

#B9AF74 (or 0xB9AF74) is unknown color: approx Dark Khaki. HEX triplet: B9, AF and 74. RGB value is (185,175,116). Sum of RGB (Red+Green+Blue) = 185+175+116=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF74 is #46508B. Grayscale: #ABABAB. Windows color (decimal): -4608140 or 7647161. OLE color: 7647161.

HSL color Cylindrical-coordinate representation of color #B9AF74: hue angle of 51.3º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9AF74 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB185175116-
CMYK00.050.370.27
HSL51.3º33.01%59.02%-
HSV(B)51.3º37.3%72.55%-
XYZ38.4942.2422.65-
YUV171.2696.81137.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=38.87%
G=36.76%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517511600.050.370.2751.333.0159.02
HexB9AF7405251B33213b
Octal271257164054533634173
Binary10111001101011111110100010110010111011110011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF74; }

 p { color: rgb(185,175,116); }

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

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

 a { background-color: rgb(185,175,116); }

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

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

 span { border-color: rgb(185,175,116); }

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