#B67790

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

Shades of Tapestry #B67790

Tints of Tapestry #B67790

Color information

#B67790 (or 0xB67790) is unknown color: approx Tapestry. HEX triplet: B6, 77 and 90. RGB value is (182,119,144). Sum of RGB (Red+Green+Blue) = 182+119+144=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B67790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67790 is #49886F. Grayscale: #8C8C8C. Windows color (decimal): -4819056 or 9467830. OLE color: 9467830.

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

Color convert

RGB182119144-
CMYK00.350.210.29
HSL336.19º30.14%59.02%-
HSV(B)336.19º34.62%71.37%-
XYZ30.9225.1529.61-
YUV140.69129.87157.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 144 (56.64% from 255) = 32.36%
R=40.90%
G=26.74%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211914400.350.210.29336.1930.1459.02
HexB67790023151D1501e3b
Octal26616722004325355203673
Binary101101101110111100100000100011101011110110101000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67790; }

 p { color: rgb(182,119,144); }

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

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

 a { background-color: rgb(182,119,144); }

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

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

 span { border-color: rgb(182,119,144); }

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