Html Css Color HEX #B8B7B4 Grey Nickel

📋 copy color: '#B8B7B4'

red 184 ◦ green 183 ◦ blue 180

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

Shades of Grey Nickel #B8B7B4

Tints of Grey Nickel #B8B7B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.91%

R = 33.64%
G = 33.46%
B = 32.91%

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

#B8B7B4 (or 0xB8B7B4) is known color: Grey Nickel. HEX triplet: B8, B7 and B4. RGB value is (184,183,180). Sum of RGB (Red+Green+Blue) = 184+183+180=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B7B4 is #47484B. Grayscale: #B6B6B6. Windows color (decimal): -4671564 or 11843512. OLE color: 11843512.

HSL color Cylindrical-coordinate representation of color #B8B7B4: 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 #B8B7B4 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 183 180 -
CMYK 0 0.01 0.02 0.28
HSL 45º 0.03% 0.71% -
HSV(B) 45º 0.02% 0.72% -
XYZ 44.94 47.35 49.95 -
YUV 182.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 184 183 180 0 0.01 0.02 0.28 45 0.03 0.71
Hex B8 B7 B4 0 1 2 1C 2D 3 47
Octal 270 267 264 0 1 2 34 55 3 107
Binary 10111000 10110111 10110100 0 1 10 11100 101101 11 1000111

Color Harmonies of #B8B7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B7B4

Black with #B8B7B4

Text Example


Text Example

White with #B8B7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B7B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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