#B67A87

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

Shades of Tapestry #B67A87

Tints of Tapestry #B67A87

Color information

#B67A87 (or 0xB67A87) is unknown color: approx Tapestry. HEX triplet: B6, 7A and 87. RGB value is (182,122,135). Sum of RGB (Red+Green+Blue) = 182+122+135=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A87 is #498578. Grayscale: #8D8D8D. Windows color (decimal): -4818297 or 8878774. OLE color: 8878774.

HSL color Cylindrical-coordinate representation of color #B67A87: hue angle of 347º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B67A87 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB182122135-
CMYK00.330.260.29
HSL347º29.13%59.61%-
HSV(B)347º32.97%71.37%-
XYZ30.6225.6126.25-
YUV141.42124.38156.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=41.46%
G=27.79%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212213500.330.260.2934729.1359.61
HexB67A870211A1D15b1d3c
Octal26617220704132355333574
Binary101101101111010100001110100001110101110110101101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A87; }

 p { color: rgb(182,122,135); }

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

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

 a { background-color: rgb(182,122,135); }

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

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

 span { border-color: rgb(182,122,135); }

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