#B0868C

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

Shades of Tapestry #B0868C

Tints of Tapestry #B0868C

Color information

#B0868C (or 0xB0868C) is unknown color: approx Tapestry. HEX triplet: B0, 86 and 8C. RGB value is (176,134,140). Sum of RGB (Red+Green+Blue) = 176+134+140=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B0868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0868C is #4F7973. Grayscale: #939393. Windows color (decimal): -5208436 or 9209520. OLE color: 9209520.

HSL color Cylindrical-coordinate representation of color #B0868C: hue angle of 351.43º degrees, saturation: 0.21, 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 #B0868C is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176134140-
CMYK00.240.200.31
HSL351.43º21%60.78%-
HSV(B)351.43º23.86%69.02%-
XYZ31.1628.1728.61-
YUV147.24123.91148.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 140 (55.08% from 255) = 31.11%
R=39.11%
G=29.78%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613414000.240.200.31351.432160.78
HexB0868C018141F15f153d
Octal26020621403024375372575
Binary101100001000011010001100011000101001111110101111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0868C; }

 p { color: rgb(176,134,140); }

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

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

 a { background-color: rgb(176,134,140); }

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

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

 span { border-color: rgb(176,134,140); }

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