Html Css Color HEX #B3B2AF Grey Nickel

📋 copy color: '#B3B2AF'

red 179 ◦ green 178 ◦ blue 175

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

Shades of Grey Nickel #B3B2AF

Tints of Grey Nickel #B3B2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.89%

R = 33.65%
G = 33.46%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B3B2AF (or 0xB3B2AF) is known color: Grey Nickel. HEX triplet: B3, B2 and AF. RGB value is (179,178,175). Sum of RGB (Red+Green+Blue) = 179+178+175=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B2AF is #4C4D50. Grayscale: #B1B1B1. Windows color (decimal): -5000529 or 11514547. OLE color: 11514547.

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

Color convert

RGB 179 178 175 -
CMYK 0 0.01 0.02 0.30
HSL 45º 0.03% 0.69% -
HSV(B) 45º 0.02% 0.7% -
XYZ 42.25 44.52 46.92 -
YUV 177.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 179 178 175 0 0.01 0.02 0.30 45 0.03 0.69
Hex B3 B2 AF 0 1 2 1E 2D 3 45
Octal 263 262 257 0 1 2 36 55 3 105
Binary 10110011 10110010 10101111 0 1 10 11110 101101 11 1000101

Color Harmonies of #B3B2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B2AF

Black with #B3B2AF

Text Example


Text Example

White with #B3B2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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