#B67E90

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

Shades of Tapestry #B67E90

Tints of Tapestry #B67E90

Color information

#B67E90 (or 0xB67E90) is unknown color: approx Tapestry. HEX triplet: B6, 7E and 90. RGB value is (182,126,144). Sum of RGB (Red+Green+Blue) = 182+126+144=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67E90 is #49816F. Grayscale: #909090. Windows color (decimal): -4817264 or 9469622. OLE color: 9469622.

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

Color convert

RGB182126144-
CMYK00.310.210.29
HSL340.71º27.72%60.39%-
HSV(B)340.71º30.77%71.37%-
XYZ31.7926.8829.9-
YUV144.8127.55154.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 144 (56.64% from 255) = 31.86%
R=40.27%
G=27.88%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212614400.310.210.29340.7127.7260.39
HexB67E9001F151D1551c3c
Octal26617622003725355253474
Binary10110110111111010010000011111101011110110101010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E90; }

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

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

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

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

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

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

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

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