Html Css Color HEX #B8B7A6 Mist Grey

📋 copy color: '#B8B7A6'

red 184 ◦ green 183 ◦ blue 166

#B8B7A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mist Grey #B8B7A6

Tints of Mist Grey #B8B7A6

RGB

 RED value IS 184 (72.27% from 255) = 34.52%

 GREEN value IS 183 (71.88% from 255) = 34.33%

 BLUE value IS 166 (65.23% from 255) = 31.14%

R = 34.52%
G = 34.33%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B8B7A6 (or 0xB8B7A6) is known color: Mist Grey. HEX triplet: B8, B7 and A6. RGB value is (184,183,166). Sum of RGB (Red+Green+Blue) = 184+183+166=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B7A6 is #474859. Grayscale: #B5B5B5. Windows color (decimal): -4671578 or 10926008. OLE color: 10926008.

HSL color Cylindrical-coordinate representation of color #B8B7A6: hue angle of 56.67º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8B7A6 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 183 166 -
CMYK 0 0.01 0.10 0.28
HSL 56.67º 0.11% 0.69% -
HSV(B) 56.67º 0.1% 0.72% -
XYZ 43.58 46.81 42.81 -
YUV 181.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 184 183 166 0 0.01 0.10 0.28 56.67 0.11 0.69
Hex B8 B7 A6 0 1 A 1C 39 B 45
Octal 270 267 246 0 1 12 34 71 13 105
Binary 10111000 10110111 10100110 0 1 1010 11100 111001 1011 1000101

Color Harmonies of #B8B7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B7A6

Black with #B8B7A6

Text Example


Text Example

White with #B8B7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B7A6; }

 p { color: rgb(184,183,166); }

 H1.HeaderClassName
 {
   color: #B8B7A6;
 }
 .AnyTagClassName
 {
   color: #B8B7A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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