Html Css Color HEX #B8B7B3 Grey Nickel

📋 copy color: '#B8B7B3'

red 184 ◦ green 183 ◦ blue 179

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

Shades of Grey Nickel #B8B7B3

Tints of Grey Nickel #B8B7B3

RGB

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

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

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

R = 33.7%
G = 33.52%
B = 32.78%

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

#B8B7B3 (or 0xB8B7B3) is known color: Grey Nickel. HEX triplet: B8, B7 and B3. RGB value is (184,183,179). Sum of RGB (Red+Green+Blue) = 184+183+179=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B7B3 is #47484C. Grayscale: #B6B6B6. Windows color (decimal): -4671565 or 11777976. OLE color: 11777976.

HSL color Cylindrical-coordinate representation of color #B8B7B3: hue angle of 48º degrees, saturation: 0.03, 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 #B8B7B3 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 183 179 -
CMYK 0 0.01 0.03 0.28
HSL 48º 0.03% 0.71% -
HSV(B) 48º 0.03% 0.72% -
XYZ 44.84 47.31 49.42 -
YUV 182.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 184 183 179 0 0.01 0.03 0.28 48 0.03 0.71
Hex B8 B7 B3 0 1 3 1C 30 3 47
Octal 270 267 263 0 1 3 34 60 3 107
Binary 10111000 10110111 10110011 0 1 11 11100 110000 11 1000111

Color Harmonies of #B8B7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B7B3

Black with #B8B7B3

Text Example


Text Example

White with #B8B7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B7B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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