#B0B7AC

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

Shades of Pumice #B0B7AC

Tints of Pumice #B0B7AC

Color information

#B0B7AC (or 0xB0B7AC) is unknown color: approx Pumice. HEX triplet: B0, B7 and AC. RGB value is (176,183,172). Sum of RGB (Red+Green+Blue) = 176+183+172=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B7AC is #4F4853. Grayscale: #B3B3B3. Windows color (decimal): -5195860 or 11319216. OLE color: 11319216.

HSL color Cylindrical-coordinate representation of color #B0B7AC: hue angle of 98.18º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0B7AC is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB176183172-
CMYK0.0400.060.28
HSL98.18º7.1%69.61%-
HSV(B)98.18º6.01%71.76%-
XYZ42.2846.0845.69-
YUV179.65123.68125.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 183 (71.88% from 255) = 34.46%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=33.15%
G=34.46%
B=32.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761831720.0400.060.2898.187.169.61
HexB0B7AC4061C62746
Octal260267254406341427106
Binary10110000101101111010110010001101110011000101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B7AC; }

 p { color: rgb(176,183,172); }

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

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

 a { background-color: rgb(176,183,172); }

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

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

 span { border-color: rgb(176,183,172); }

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