#B67391

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

Shades of Tapestry #B67391

Tints of Tapestry #B67391

Color information

#B67391 (or 0xB67391) is unknown color: approx Tapestry. HEX triplet: B6, 73 and 91. RGB value is (182,115,145). Sum of RGB (Red+Green+Blue) = 182+115+145=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B67391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67391 is #498C6E. Grayscale: #8A8A8A. Windows color (decimal): -4820079 or 9532342. OLE color: 9532342.

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

Color convert

RGB182115145-
CMYK00.370.200.29
HSL333.13º31.46%58.24%-
HSV(B)333.13º36.81%71.37%-
XYZ30.5324.2529.86-
YUV138.45131.7159.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 145 (57.03% from 255) = 32.81%
R=41.18%
G=26.02%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211514500.370.200.29333.1331.4658.24
HexB67391025141D14d1f3a
Octal26616322104524355153772
Binary101101101110011100100010100101101001110110100110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67391; }

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

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

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

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

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

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

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

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