Html Css Color HEX #B7B6B1 Grey Nickel

📋 copy color: '#B7B6B1'

red 183 ◦ green 182 ◦ blue 177

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

Shades of Grey Nickel #B7B6B1

Tints of Grey Nickel #B7B6B1

RGB

 RED value IS 183 (71.88% from 255) = 33.76%

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

 BLUE value IS 177 (69.53% from 255) = 32.66%

R = 33.76%
G = 33.58%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B7B6B1 (or 0xB7B6B1) is known color: Grey Nickel. HEX triplet: B7, B6 and B1. RGB value is (183,182,177). Sum of RGB (Red+Green+Blue) = 183+182+177=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B6B1 is #48494E. Grayscale: #B5B5B5. Windows color (decimal): -4737359 or 11646647. OLE color: 11646647.

HSL color Cylindrical-coordinate representation of color #B7B6B1: hue angle of 50º degrees, saturation: 0.04, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B7B6B1 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 182 177 -
CMYK 0 0.01 0.03 0.28
HSL 50º 0.04% 0.71% -
HSV(B) 50º 0.03% 0.72% -
XYZ 44.19 46.7 48.28 -
YUV 181.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 183 182 177 0 0.01 0.03 0.28 50 0.04 0.71
Hex B7 B6 B1 0 1 3 1C 32 4 47
Octal 267 266 261 0 1 3 34 62 4 107
Binary 10110111 10110110 10110001 0 1 11 11100 110010 100 1000111

Color Harmonies of #B7B6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B6B1

Black with #B7B6B1

Text Example


Text Example

White with #B7B6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B6B1; }

 p { color: rgb(183,182,177); }

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

background-color css

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

 a { background-color: rgb(183,182,177); }

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

border-color css

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

 span { border-color: rgb(183,182,177); }

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