#B67B87

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

Shades of Tapestry #B67B87

Tints of Tapestry #B67B87

Color information

#B67B87 (or 0xB67B87) is unknown color: approx Tapestry. HEX triplet: B6, 7B and 87. RGB value is (182,123,135). Sum of RGB (Red+Green+Blue) = 182+123+135=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B87 is #498478. Grayscale: #8E8E8E. Windows color (decimal): -4818041 or 8879030. OLE color: 8879030.

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

Color convert

RGB182123135-
CMYK00.320.260.29
HSL347.8º28.78%59.8%-
HSV(B)347.8º32.42%71.37%-
XYZ30.7525.8626.29-
YUV142.01124.05156.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 135 (53.12% from 255) = 30.68%
R=41.36%
G=27.95%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212313500.320.260.29347.828.7859.8
HexB67B870201A1D15c1d3c
Octal26617320704032355343574
Binary101101101111011100001110100000110101110110101110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B87; }

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

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

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

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

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

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

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

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