#B5B376

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

Shades of Dark Khaki #B5B376

Tints of Dark Khaki #B5B376

Color information

#B5B376 (or 0xB5B376) is unknown color: approx Dark Khaki. HEX triplet: B5, B3 and 76. RGB value is (181,179,118). Sum of RGB (Red+Green+Blue) = 181+179+118=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B376 is #4A4C89. Grayscale: #ACACAC. Windows color (decimal): -4869258 or 7779253. OLE color: 7779253.

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

Color convert

RGB181179118-
CMYK00.010.350.29
HSL58.1º29.86%58.63%-
HSV(B)58.1º34.81%70.98%-
XYZ38.4543.3723.48-
YUV172.6497.16133.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=37.87%
G=37.45%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117911800.010.350.2958.129.8658.63
HexB5B37601231D3a1e3b
Octal265263166014335723673
Binary10110101101100111110110011000111110111101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B376; }

 p { color: rgb(181,179,118); }

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

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

 a { background-color: rgb(181,179,118); }

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

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

 span { border-color: rgb(181,179,118); }

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