#B8B89F

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

Shades of Mist Grey #B8B89F

Tints of Mist Grey #B8B89F

Color information

#B8B89F (or 0xB8B89F) is unknown color: approx Mist Grey. HEX triplet: B8, B8 and 9F. RGB value is (184,184,159). Sum of RGB (Red+Green+Blue) = 184+184+159=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B89F is #474760. Grayscale: #B5B5B5. Windows color (decimal): -4671329 or 10467512. OLE color: 10467512.

HSL color Cylindrical-coordinate representation of color #B8B89F: hue angle of 60º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8B89F is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB184184159-
CMYK000.140.28
HSL60º14.97%67.25%-
HSV(B)60º13.59%72.16%-
XYZ43.1746.9739.59-
YUV181.15115.5130.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 184 (72.27% from 255) = 34.91%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=34.91%
G=34.91%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184184159000.140.286014.9767.25
HexB8B89F00E1C3cf43
Octal2702702370016347417103
Binary1011100010111000100111110011101110011110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B89F; }

 p { color: rgb(184,184,159); }

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

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

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

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

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

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

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