#B0848B

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

Shades of Tapestry #B0848B

Tints of Tapestry #B0848B

Color information

#B0848B (or 0xB0848B) is unknown color: approx Tapestry. HEX triplet: B0, 84 and 8B. RGB value is (176,132,139). Sum of RGB (Red+Green+Blue) = 176+132+139=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0848B is #4F7B74. Grayscale: #919191. Windows color (decimal): -5208949 or 9143472. OLE color: 9143472.

HSL color Cylindrical-coordinate representation of color #B0848B: hue angle of 350.45º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0848B is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB176132139-
CMYK00.250.210.31
HSL350.45º21.78%60.39%-
HSV(B)350.45º25%69.02%-
XYZ30.8227.628.13-
YUV145.95124.08149.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=39.37%
G=29.53%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613213900.250.210.31350.4521.7860.39
HexB0848B019151F15e163c
Octal26020421303125375362674
Binary101100001000010010001011011001101011111110101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0848B; }

 p { color: rgb(176,132,139); }

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

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

 a { background-color: rgb(176,132,139); }

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

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

 span { border-color: rgb(176,132,139); }

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