#B1868B

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

Shades of Tapestry #B1868B

Tints of Tapestry #B1868B

Color information

#B1868B (or 0xB1868B) is unknown color: approx Tapestry. HEX triplet: B1, 86 and 8B. RGB value is (177,134,139). Sum of RGB (Red+Green+Blue) = 177+134+139=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1868B is #4E7974. Grayscale: #939393. Windows color (decimal): -5142901 or 9143985. OLE color: 9143985.

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

Color convert

RGB177134139-
CMYK00.240.210.31
HSL353.02º21.61%60.98%-
HSV(B)353.02º24.29%69.41%-
XYZ31.3228.2628.23-
YUV147.43123.25149.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 139 (54.69% from 255) = 30.89%
R=39.33%
G=29.78%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713413900.240.210.31353.0221.6160.98
HexB1868B018151F161163d
Octal26120621303025375412675
Binary101100011000011010001011011000101011111110110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1868B; }

 p { color: rgb(177,134,139); }

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

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

 a { background-color: rgb(177,134,139); }

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

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

 span { border-color: rgb(177,134,139); }

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