#B5B169

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

Shades of Dark Khaki #B5B169

Tints of Dark Khaki #B5B169

Color information

#B5B169 (or 0xB5B169) is unknown color: approx Dark Khaki. HEX triplet: B5, B1 and 69. RGB value is (181,177,105). Sum of RGB (Red+Green+Blue) = 181+177+105=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B169 is #4A4E96. Grayscale: #AAAAAA. Windows color (decimal): -4869783 or 6926773. OLE color: 6926773.

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

Color convert

RGB181177105-
CMYK00.020.420.29
HSL56.84º33.93%56.08%-
HSV(B)56.84º41.99%70.98%-
XYZ37.3342.2919.56-
YUV169.9991.33135.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=39.09%
G=38.23%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117710500.020.420.2956.8433.9356.08
HexB5B169022A1D392238
Octal265261151025235714270
Binary1011010110110001110100101010101011101111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B169; }

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

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

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

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

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

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

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

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