#B4B6B3

Color #B4B6B3 Pumice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumice #B4B6B3

Tints of Pumice #B4B6B3

Color information

#B4B6B3 (or 0xB4B6B3) is unknown color: approx Pumice. HEX triplet: B4, B6 and B3. RGB value is (180,182,179). Sum of RGB (Red+Green+Blue) = 180+182+179=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B6B3 is #4B494C. Grayscale: #B5B5B5. Windows color (decimal): -4933965 or 11777716. OLE color: 11777716.

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

Color convert

RGB180182179-
CMYK0.0100.020.29
HSL100º2.01%70.78%-
HSV(B)100º1.65%71.37%-
XYZ43.6946.4149.3-
YUV181.06126.84127.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.27%
GREEN value IS 182 (71.48% from 255) = 33.64%
BLUE value IS 179 (70.31% from 255) = 33.09%
R=33.27%
G=33.64%
B=33.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801821790.0100.020.291002.0170.78
HexB4B6B31021D64247
Octal264266263102351442107
Binary1011010010110110101100111010111011100100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B6B3; }

 p { color: rgb(180,182,179); }

 H1.HeaderClassName
 {
   color: #B4B6B3;
 }
 .AnyTagClassName
 {
   color: #B4B6B3;
 }
</style>
background-color css

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

 a { background-color: rgb(180,182,179); }

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

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

 span { border-color: rgb(180,182,179); }

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