#B67987

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

Shades of Tapestry #B67987

Tints of Tapestry #B67987

Color information

#B67987 (or 0xB67987) is unknown color: approx Tapestry. HEX triplet: B6, 79 and 87. RGB value is (182,121,135). Sum of RGB (Red+Green+Blue) = 182+121+135=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B67987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67987 is #498678. Grayscale: #8C8C8C. Windows color (decimal): -4818553 or 8878518. OLE color: 8878518.

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

Color convert

RGB182121135-
CMYK00.340.260.29
HSL346.23º29.47%59.41%-
HSV(B)346.23º33.52%71.37%-
XYZ30.525.3726.21-
YUV140.83124.71157.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 135 (53.12% from 255) = 30.82%
R=41.55%
G=27.63%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212113500.340.260.29346.2329.4759.41
HexB679870221A1D15a1d3b
Octal26617120704232355323573
Binary101101101111001100001110100010110101110110101101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67987; }

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

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

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

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

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

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

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

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