#B5B46D

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

Shades of Dark Khaki #B5B46D

Tints of Dark Khaki #B5B46D

Color information

#B5B46D (or 0xB5B46D) is unknown color: approx Dark Khaki. HEX triplet: B5, B4 and 6D. RGB value is (181,180,109). Sum of RGB (Red+Green+Blue) = 181+180+109=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B46D is #4A4B92. Grayscale: #ACACAC. Windows color (decimal): -4869011 or 7189685. OLE color: 7189685.

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

Color convert

RGB181180109-
CMYK00.010.400.29
HSL59.17º32.73%56.86%-
HSV(B)59.17º39.78%70.98%-
XYZ38.1443.5720.87-
YUV172.292.33134.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=38.51%
G=38.30%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118010900.010.400.2959.1732.7356.86
HexB5B46D01281D3b2139
Octal265264155015035734171
Binary101101011011010011011010110100011101111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B46D; }

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

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

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

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

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

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

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

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