Html Css Color HEX #B7B6B3 Grey Nickel

📋 copy color: '#B7B6B3'

red 183 ◦ green 182 ◦ blue 179

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

Shades of Grey Nickel #B7B6B3

Tints of Grey Nickel #B7B6B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.9%

R = 33.64%
G = 33.46%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B7B6B3 (or 0xB7B6B3) is known color: Grey Nickel. HEX triplet: B7, B6 and B3. RGB value is (183,182,179). Sum of RGB (Red+Green+Blue) = 183+182+179=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B6B3 is #48494C. Grayscale: #B5B5B5. Windows color (decimal): -4737357 or 11777719. OLE color: 11777719.

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

Color convert

RGB 183 182 179 -
CMYK 0 0.01 0.02 0.28
HSL 45º 0.03% 0.71% -
HSV(B) 45º 0.02% 0.72% -
XYZ 44.39 46.78 49.34 -
YUV 181.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 183 182 179 0 0.01 0.02 0.28 45 0.03 0.71
Hex B7 B6 B3 0 1 2 1C 2D 3 47
Octal 267 266 263 0 1 2 34 55 3 107
Binary 10110111 10110110 10110011 0 1 10 11100 101101 11 1000111

Color Harmonies of #B7B6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B6B3

Black with #B7B6B3

Text Example


Text Example

White with #B7B6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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