#B3AF73

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

Shades of Dark Khaki #B3AF73

Tints of Dark Khaki #B3AF73

Color information

#B3AF73 (or 0xB3AF73) is unknown color: approx Dark Khaki. HEX triplet: B3, AF and 73. RGB value is (179,175,115). Sum of RGB (Red+Green+Blue) = 179+175+115=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AF73 is #4C508C. Grayscale: #A9A9A9. Windows color (decimal): -5001357 or 7581619. OLE color: 7581619.

HSL color Cylindrical-coordinate representation of color #B3AF73: hue angle of 56.25º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3AF73 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB179175115-
CMYK00.020.360.30
HSL56.25º29.63%57.65%-
HSV(B)56.25º35.75%70.2%-
XYZ37.0141.4822.28-
YUV169.3697.33134.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 115 (45.31% from 255) = 24.52%
R=38.17%
G=37.31%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917511500.020.360.3056.2529.6357.65
HexB3AF7302241E381e3a
Octal263257163024436703672
Binary101100111010111111100110101001001111011100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF73; }

 p { color: rgb(179,175,115); }

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

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

 a { background-color: rgb(179,175,115); }

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

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

 span { border-color: rgb(179,175,115); }

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