Html Css Color HEX #B3B2AD Grey Nickel

📋 copy color: '#B3B2AD'

red 179 ◦ green 178 ◦ blue 173

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

Shades of Grey Nickel #B3B2AD

Tints of Grey Nickel #B3B2AD

RGB

 RED value IS 179 (70.31% from 255) = 33.77%

 GREEN value IS 178 (69.92% from 255) = 33.58%

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 33.77%
G = 33.58%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B3B2AD (or 0xB3B2AD) is known color: Grey Nickel. HEX triplet: B3, B2 and AD. RGB value is (179,178,173). Sum of RGB (Red+Green+Blue) = 179+178+173=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B2AD is #4C4D52. Grayscale: #B1B1B1. Windows color (decimal): -5000531 or 11383475. OLE color: 11383475.

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

Color convert

RGB 179 178 173 -
CMYK 0 0.01 0.03 0.30
HSL 50º 0.04% 0.69% -
HSV(B) 50º 0.03% 0.7% -
XYZ 42.05 44.44 45.9 -
YUV 177.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 179 178 173 0 0.01 0.03 0.30 50 0.04 0.69
Hex B3 B2 AD 0 1 3 1E 32 4 45
Octal 263 262 255 0 1 3 36 62 4 105
Binary 10110011 10110010 10101101 0 1 11 11110 110010 100 1000101

Color Harmonies of #B3B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B2AD

Black with #B3B2AD

Text Example


Text Example

White with #B3B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B2AD; }

 p { color: rgb(179,178,173); }

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

background-color css

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

 a { background-color: rgb(179,178,173); }

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

border-color css

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

 span { border-color: rgb(179,178,173); }

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