#B3AB73

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

Shades of Dark Khaki #B3AB73

Tints of Dark Khaki #B3AB73

Color information

#B3AB73 (or 0xB3AB73) is unknown color: approx Dark Khaki. HEX triplet: B3, AB and 73. RGB value is (179,171,115). Sum of RGB (Red+Green+Blue) = 179+171+115=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AB73 is #4C548C. Grayscale: #A7A7A7. Windows color (decimal): -5002381 or 7580595. OLE color: 7580595.

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

Color convert

RGB179171115-
CMYK00.040.360.30
HSL52.5º29.63%57.65%-
HSV(B)52.5º35.75%70.2%-
XYZ36.2539.9522.02-
YUV167.0198.65136.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.49%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 115 (45.31% from 255) = 24.73%
R=38.49%
G=36.77%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917111500.040.360.3052.529.6357.65
HexB3AB7304241E341e3a
Octal263253163044436643672
Binary1011001110101011111001101001001001111011010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB73; }

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

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

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

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

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

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

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

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