Html Css Color HEX #B4B2AC Grey Nickel

📋 copy color: '#B4B2AC'

red 180 ◦ green 178 ◦ blue 172

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

Shades of Grey Nickel #B4B2AC

Tints of Grey Nickel #B4B2AC

RGB

 RED value IS 180 (70.7% from 255) = 33.96%

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

 BLUE value IS 172 (67.58% from 255) = 32.45%

R = 33.96%
G = 33.58%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B4B2AC (or 0xB4B2AC) is known color: Grey Nickel. HEX triplet: B4, B2 and AC. RGB value is (180,178,172). Sum of RGB (Red+Green+Blue) = 180+178+172=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B2AC is #4B4D53. Grayscale: #B1B1B1. Windows color (decimal): -4934996 or 11317940. OLE color: 11317940.

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

Color convert

RGB 180 178 172 -
CMYK 0 0.01 0.04 0.29
HSL 45º 0.05% 0.69% -
HSV(B) 45º 0.04% 0.71% -
XYZ 42.19 44.52 45.4 -
YUV 177.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 180 178 172 0 0.01 0.04 0.29 45 0.05 0.69
Hex B4 B2 AC 0 1 4 1D 2D 5 45
Octal 264 262 254 0 1 4 35 55 5 105
Binary 10110100 10110010 10101100 0 1 100 11101 101101 101 1000101

Color Harmonies of #B4B2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B2AC

Black with #B4B2AC

Text Example


Text Example

White with #B4B2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B2AC; }

 p { color: rgb(180,178,172); }

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

background-color css

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

 a { background-color: rgb(180,178,172); }

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

border-color css

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

 span { border-color: rgb(180,178,172); }

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