Html Css Color HEX #B5B6A1 Mist Grey

📋 copy color: '#B5B6A1'

red 181 ◦ green 182 ◦ blue 161

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

Shades of Mist Grey #B5B6A1

Tints of Mist Grey #B5B6A1

RGB

 RED value IS 181 (71.09% from 255) = 34.54%

 GREEN value IS 182 (71.48% from 255) = 34.73%

 BLUE value IS 161 (63.28% from 255) = 30.73%

R = 34.54%
G = 34.73%
B = 30.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5B6A1 (or 0xB5B6A1) is known color: Mist Grey. HEX triplet: B5, B6 and A1. RGB value is (181,182,161). Sum of RGB (Red+Green+Blue) = 181+182+161=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B6A1 is #4A495E. Grayscale: #B3B3B3. Windows color (decimal): -4868447 or 10598069. OLE color: 10598069.

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

Color convert

RGB 181 182 161 -
CMYK 0.01 0 0.12 0.29
HSL 62.86º 0.13% 0.67% -
HSV(B) 62.86º 0.12% 0.71% -
XYZ 42.22 45.85 40.34 -
YUV 179.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 181 182 161 0.01 0 0.12 0.29 62.86 0.13 0.67
Hex B5 B6 A1 1 0 C 1D 3F D 43
Octal 265 266 241 1 0 14 35 77 15 103
Binary 10110101 10110110 10100001 1 0 1100 11101 111111 1101 1000011

Color Harmonies of #B5B6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B6A1

Black with #B5B6A1

Text Example


Text Example

White with #B5B6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B6A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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