#B5B374

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

Shades of Dark Khaki #B5B374

Tints of Dark Khaki #B5B374

Color information

#B5B374 (or 0xB5B374) is unknown color: approx Dark Khaki. HEX triplet: B5, B3 and 74. RGB value is (181,179,116). Sum of RGB (Red+Green+Blue) = 181+179+116=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B374 is #4A4C8B. Grayscale: #ACACAC. Windows color (decimal): -4869260 or 7648181. OLE color: 7648181.

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

Color convert

RGB181179116-
CMYK00.010.360.29
HSL58.15º30.52%58.24%-
HSV(B)58.15º35.91%70.98%-
XYZ38.3343.3222.87-
YUV172.4296.16134.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 179 (70.31% from 255) = 37.61%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=38.03%
G=37.61%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117911600.010.360.2958.1530.5258.24
HexB5B37401241D3a1f3a
Octal265263164014435723772
Binary10110101101100111110100011001001110111101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B374; }

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

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

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

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

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

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

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

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