#B0AB72

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

Shades of Dark Khaki #B0AB72

Tints of Dark Khaki #B0AB72

Color information

#B0AB72 (or 0xB0AB72) is unknown color: approx Dark Khaki. HEX triplet: B0, AB and 72. RGB value is (176,171,114). Sum of RGB (Red+Green+Blue) = 176+171+114=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB72 is #4F548D. Grayscale: #A6A6A6. Windows color (decimal): -5198990 or 7515056. OLE color: 7515056.

HSL color Cylindrical-coordinate representation of color #B0AB72: hue angle of 55.16º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0AB72 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB176171114-
CMYK00.030.350.31
HSL55.16º28.18%56.86%-
HSV(B)55.16º35.23%69.02%-
XYZ35.539.5721.69-
YUV16698.66135.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=38.18%
G=37.09%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617111400.030.350.3155.1628.1856.86
HexB0AB7203231F371c39
Octal260253162034337673471
Binary101100001010101111100100111000111111111011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB72; }

 p { color: rgb(176,171,114); }

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

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

 a { background-color: rgb(176,171,114); }

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

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

 span { border-color: rgb(176,171,114); }

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