#B67588

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

Shades of Tapestry #B67588

Tints of Tapestry #B67588

Color information

#B67588 (or 0xB67588) is unknown color: approx Tapestry. HEX triplet: B6, 75 and 88. RGB value is (182,117,136). Sum of RGB (Red+Green+Blue) = 182+117+136=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B67588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67588 is #498A77. Grayscale: #8A8A8A. Windows color (decimal): -4819576 or 8943030. OLE color: 8943030.

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

Color convert

RGB182117136-
CMYK00.360.250.29
HSL342.46º30.81%58.63%-
HSV(B)342.46º35.71%71.37%-
XYZ30.124.4526.42-
YUV138.6126.53158.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=41.84%
G=26.90%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211713600.360.250.29342.4630.8158.63
HexB67588024191D1561f3b
Octal26616521004431355263773
Binary101101101110101100010000100100110011110110101011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67588; }

 p { color: rgb(182,117,136); }

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

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

 a { background-color: rgb(182,117,136); }

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

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

 span { border-color: rgb(182,117,136); }

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