#B9AF70

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

Shades of Dark Khaki #B9AF70

Tints of Dark Khaki #B9AF70

Color information

#B9AF70 (or 0xB9AF70) is unknown color: approx Dark Khaki. HEX triplet: B9, AF and 70. RGB value is (185,175,112). Sum of RGB (Red+Green+Blue) = 185+175+112=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF70 is #46508F. Grayscale: #ABABAB. Windows color (decimal): -4608144 or 7385017. OLE color: 7385017.

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

Color convert

RGB185175112-
CMYK00.050.390.27
HSL51.78º34.27%58.24%-
HSV(B)51.78º39.46%72.55%-
XYZ38.2642.1421.45-
YUV170.8194.81138.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 112 (44.14% from 255) = 23.73%
R=39.19%
G=37.08%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517511200.050.390.2751.7834.2758.24
HexB9AF7005271B34223a
Octal271257160054733644272
Binary10111001101011111110000010110011111011110100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF70; }

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

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

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

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

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

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

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

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