#B5B46E

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

Shades of Dark Khaki #B5B46E

Tints of Dark Khaki #B5B46E

Color information

#B5B46E (or 0xB5B46E) is unknown color: approx Dark Khaki. HEX triplet: B5, B4 and 6E. RGB value is (181,180,110). Sum of RGB (Red+Green+Blue) = 181+180+110=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B46E is #4A4B91. Grayscale: #ACACAC. Windows color (decimal): -4869010 or 7255221. OLE color: 7255221.

HSL color Cylindrical-coordinate representation of color #B5B46E: hue angle of 59.15º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5B46E is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181180110-
CMYK00.010.390.29
HSL59.15º32.42%57.06%-
HSV(B)59.15º39.23%70.98%-
XYZ38.1943.5921.15-
YUV172.3292.83134.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 110 (43.36% from 255) = 23.35%
R=38.43%
G=38.22%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118011000.010.390.2959.1532.4257.06
HexB5B46E01271D3b2039
Octal265264156014735734071
Binary101101011011010011011100110011111101111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B46E; }

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

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

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

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

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

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

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

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