#B5B771

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

Shades of Dark Khaki #B5B771

Tints of Dark Khaki #B5B771

Color information

#B5B771 (or 0xB5B771) is unknown color: approx Dark Khaki. HEX triplet: B5, B7 and 71. RGB value is (181,183,113). Sum of RGB (Red+Green+Blue) = 181+183+113=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B771 is #4A488E. Grayscale: #AEAEAE. Windows color (decimal): -4868239 or 7452597. OLE color: 7452597.

HSL color Cylindrical-coordinate representation of color #B5B771: hue angle of 61.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5B771 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB181183113-
CMYK0.0100.380.28
HSL61.71º32.71%58.04%-
HSV(B)61.71º38.25%71.76%-
XYZ38.9744.8822.23-
YUV174.4293.34132.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=37.95%
G=38.36%
B=23.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811831130.0100.380.2861.7132.7158.04
HexB5B77110261C3e213a
Octal265267161104634764172
Binary101101011011011111100011010011011100111110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B771; }

 p { color: rgb(181,183,113); }

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

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

 a { background-color: rgb(181,183,113); }

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

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

 span { border-color: rgb(181,183,113); }

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