#B67F87

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

Shades of Tapestry #B67F87

Tints of Tapestry #B67F87

Color information

#B67F87 (or 0xB67F87) is unknown color: approx Tapestry. HEX triplet: B6, 7F and 87. RGB value is (182,127,135). Sum of RGB (Red+Green+Blue) = 182+127+135=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67F87 is #498078. Grayscale: #909090. Windows color (decimal): -4817017 or 8880054. OLE color: 8880054.

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

Color convert

RGB182127135-
CMYK00.300.260.29
HSL351.27º27.36%60.59%-
HSV(B)351.27º30.22%71.37%-
XYZ31.2526.8726.46-
YUV144.36122.72154.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=40.99%
G=28.60%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212713500.300.260.29351.2727.3660.59
HexB67F8701E1A1D15f1b3d
Octal26617720703632355373375
Binary10110110111111110000111011110110101110110101111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F87; }

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

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

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

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

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

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

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

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