#B3B771

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

Shades of Dark Khaki #B3B771

Tints of Dark Khaki #B3B771

Color information

#B3B771 (or 0xB3B771) is unknown color: approx Dark Khaki. HEX triplet: B3, B7 and 71. RGB value is (179,183,113). Sum of RGB (Red+Green+Blue) = 179+183+113=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B771 is #4C488E. Grayscale: #AEAEAE. Windows color (decimal): -4999311 or 7452595. OLE color: 7452595.

HSL color Cylindrical-coordinate representation of color #B3B771: hue angle of 63.43º 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 #B3B771 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB179183113-
CMYK0.0200.380.28
HSL63.43º32.71%58.04%-
HSV(B)63.43º38.25%71.76%-
XYZ38.544.6422.21-
YUV173.8293.67131.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=37.68%
G=38.53%
B=23.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791831130.0200.380.2863.4332.7158.04
HexB3B77120261C3f213a
Octal263267161204634774172
Binary1011001110110111111000110010011011100111111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B771; }

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

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

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

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

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

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

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

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