#B5B469

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

Shades of Dark Khaki #B5B469

Tints of Dark Khaki #B5B469

Color information

#B5B469 (or 0xB5B469) is unknown color: approx Dark Khaki. HEX triplet: B5, B4 and 69. RGB value is (181,180,105). Sum of RGB (Red+Green+Blue) = 181+180+105=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B469 is #4A4B96. Grayscale: #ACACAC. Windows color (decimal): -4869015 or 6927541. OLE color: 6927541.

HSL color Cylindrical-coordinate representation of color #B5B469: hue angle of 59.21º 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 #B5B469 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB181180105-
CMYK00.010.420.29
HSL59.21º33.93%56.08%-
HSV(B)59.21º41.99%70.98%-
XYZ37.9343.4919.76-
YUV171.7590.33134.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 105 (41.41% from 255) = 22.53%
R=38.84%
G=38.63%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118010500.010.420.2959.2133.9356.08
HexB5B469012A1D3b2238
Octal265264151015235734270
Binary101101011011010011010010110101011101111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B469; }

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

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

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

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

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

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

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

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