#B67A8E

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

Shades of Tapestry #B67A8E

Tints of Tapestry #B67A8E

Color information

#B67A8E (or 0xB67A8E) is unknown color: approx Tapestry. HEX triplet: B6, 7A and 8E. RGB value is (182,122,142). Sum of RGB (Red+Green+Blue) = 182+122+142=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A8E is #498571. Grayscale: #8E8E8E. Windows color (decimal): -4818290 or 9337526. OLE color: 9337526.

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

Color convert

RGB182122142-
CMYK00.330.220.29
HSL340º29.13%59.61%-
HSV(B)340º32.97%71.37%-
XYZ31.1325.8228.93-
YUV142.22127.88156.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 122 (48.05% from 255) = 27.35%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=40.81%
G=27.35%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212214200.330.220.2934029.1359.61
HexB67A8E021161D1541d3c
Octal26617221604126355243574
Binary101101101111010100011100100001101101110110101010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A8E; }

 p { color: rgb(182,122,142); }

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

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

 a { background-color: rgb(182,122,142); }

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

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

 span { border-color: rgb(182,122,142); }

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