#B0AB71

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

Shades of Dark Khaki #B0AB71

Tints of Dark Khaki #B0AB71

Color information

#B0AB71 (or 0xB0AB71) is unknown color: approx Dark Khaki. HEX triplet: B0, AB and 71. RGB value is (176,171,113). Sum of RGB (Red+Green+Blue) = 176+171+113=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB71 is #4F548E. Grayscale: #A6A6A6. Windows color (decimal): -5198991 or 7449520. OLE color: 7449520.

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

Color convert

RGB176171113-
CMYK00.030.360.31
HSL55.24º28.51%56.67%-
HSV(B)55.24º35.8%69.02%-
XYZ35.4539.5521.39-
YUV165.8898.16135.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=38.26%
G=37.17%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617111300.030.360.3155.2428.5156.67
HexB0AB7103241F371d39
Octal260253161034437673571
Binary101100001010101111100010111001001111111011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB71; }

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

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

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

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

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

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

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

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