#B5B173

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

Shades of Dark Khaki #B5B173

Tints of Dark Khaki #B5B173

Color information

#B5B173 (or 0xB5B173) is unknown color: approx Dark Khaki. HEX triplet: B5, B1 and 73. RGB value is (181,177,115). Sum of RGB (Red+Green+Blue) = 181+177+115=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B173 is #4A4E8C. Grayscale: #ABABAB. Windows color (decimal): -4869773 or 7582133. OLE color: 7582133.

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

Color convert

RGB181177115-
CMYK00.020.360.29
HSL56.36º30.84%58.04%-
HSV(B)56.36º36.46%70.98%-
XYZ37.8742.5122.43-
YUV171.1396.33135.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=38.27%
G=37.42%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117711500.020.360.2956.3630.8458.04
HexB5B17302241D381f3a
Octal265261163024435703772
Binary101101011011000111100110101001001110111100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B173; }

 p { color: rgb(181,177,115); }

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

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

 a { background-color: rgb(181,177,115); }

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

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

 span { border-color: rgb(181,177,115); }

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