#B5B475

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

Shades of Dark Khaki #B5B475

Tints of Dark Khaki #B5B475

Color information

#B5B475 (or 0xB5B475) is unknown color: approx Dark Khaki. HEX triplet: B5, B4 and 75. RGB value is (181,180,117). Sum of RGB (Red+Green+Blue) = 181+180+117=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B475 is #4A4B8A. Grayscale: #ADADAD. Windows color (decimal): -4869003 or 7713973. OLE color: 7713973.

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

Color convert

RGB181180117-
CMYK00.010.350.29
HSL59.06º30.19%58.43%-
HSV(B)59.06º35.36%70.98%-
XYZ38.5943.7523.24-
YUV173.1296.33133.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=37.87%
G=37.66%
B=24.48%

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
Decimal18118011700.010.350.2959.0630.1958.43
HexB5B47501231D3b1e3a
Octal265264165014335733672
Binary10110101101101001110101011000111110111101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B475; }

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

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

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

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

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

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

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

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