#B3B9AF

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

Shades of Pumice #B3B9AF

Tints of Pumice #B3B9AF

Color information

#B3B9AF (or 0xB3B9AF) is unknown color: approx Pumice. HEX triplet: B3, B9 and AF. RGB value is (179,185,175). Sum of RGB (Red+Green+Blue) = 179+185+175=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B9AF is #4C4650. Grayscale: #B6B6B6. Windows color (decimal): -4998737 or 11516339. OLE color: 11516339.

HSL color Cylindrical-coordinate representation of color #B3B9AF: hue angle of 96º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B3B9AF is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB179185175-
CMYK0.0300.050.27
HSL96º6.67%70.59%-
HSV(B)96º5.41%72.55%-
XYZ43.6847.3847.4-
YUV182.07124.01125.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=33.21%
G=34.32%
B=32.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791851750.0300.050.27966.6770.59
HexB3B9AF3051B60747
Octal263271257305331407107
Binary1011001110111001101011111101011101111000001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B9AF; }

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

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

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

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

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

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

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

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