#B5B69F

Color #B5B69F Mist Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mist Grey #B5B69F

Tints of Mist Grey #B5B69F

Color information

#B5B69F (or 0xB5B69F) is unknown color: approx Mist Grey. HEX triplet: B5, B6 and 9F. RGB value is (181,182,159). Sum of RGB (Red+Green+Blue) = 181+182+159=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B69F is #4A4960. Grayscale: #B3B3B3. Windows color (decimal): -4868449 or 10466997. OLE color: 10466997.

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

Color convert

RGB181182159-
CMYK0.0100.130.29
HSL62.61º13.61%66.86%-
HSV(B)62.61º12.64%71.37%-
XYZ42.0445.7839.42-
YUV179.08116.67129.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 182 (71.48% from 255) = 34.87%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=34.67%
G=34.87%
B=30.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811821590.0100.130.2962.6113.6166.86
HexB5B69F10D1D3fe43
Octal2652662371015357716103
Binary1011010110110110100111111011011110111111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B69F; }

 p { color: rgb(181,182,159); }

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

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

 a { background-color: rgb(181,182,159); }

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

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

 span { border-color: rgb(181,182,159); }

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