#B67591

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

Shades of Tapestry #B67591

Tints of Tapestry #B67591

Color information

#B67591 (or 0xB67591) is unknown color: approx Tapestry. HEX triplet: B6, 75 and 91. RGB value is (182,117,145). Sum of RGB (Red+Green+Blue) = 182+117+145=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B67591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67591 is #498A6E. Grayscale: #8B8B8B. Windows color (decimal): -4819567 or 9532854. OLE color: 9532854.

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

Color convert

RGB182117145-
CMYK00.360.200.29
HSL334.15º30.81%58.63%-
HSV(B)334.15º35.71%71.37%-
XYZ30.7624.7129.94-
YUV139.63131.03158.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 117 (46.09% from 255) = 26.35%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=40.99%
G=26.35%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211714500.360.200.29334.1530.8158.63
HexB67591024141D14e1f3b
Octal26616522104424355163773
Binary101101101110101100100010100100101001110110100111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67591; }

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

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

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

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

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

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

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

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