#B67593

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

Shades of Tapestry #B67593

Tints of Tapestry #B67593

Color information

#B67593 (or 0xB67593) is unknown color: approx Tapestry. HEX triplet: B6, 75 and 93. RGB value is (182,117,147). Sum of RGB (Red+Green+Blue) = 182+117+147=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B67593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67593 is #498A6C. Grayscale: #8B8B8B. Windows color (decimal): -4819565 or 9663926. OLE color: 9663926.

HSL color Cylindrical-coordinate representation of color #B67593: hue angle of 332.31º 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 #B67593 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB182117147-
CMYK00.360.190.29
HSL332.31º30.81%58.63%-
HSV(B)332.31º35.71%71.37%-
XYZ30.9224.7730.76-
YUV139.86132.03158.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 147 (57.81% from 255) = 32.96%
R=40.81%
G=26.23%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211714700.360.190.29332.3130.8158.63
HexB67593024131D14c1f3b
Octal26616522304423355143773
Binary101101101110101100100110100100100111110110100110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67593; }

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

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

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

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

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

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

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

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