#B67B8E

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

Shades of Tapestry #B67B8E

Tints of Tapestry #B67B8E

Color information

#B67B8E (or 0xB67B8E) is unknown color: approx Tapestry. HEX triplet: B6, 7B and 8E. RGB value is (182,123,142). Sum of RGB (Red+Green+Blue) = 182+123+142=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B8E is #498471. Grayscale: #8E8E8E. Windows color (decimal): -4818034 or 9337782. OLE color: 9337782.

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

Color convert

RGB182123142-
CMYK00.320.220.29
HSL340.68º28.78%59.8%-
HSV(B)340.68º32.42%71.37%-
XYZ31.2626.0628.97-
YUV142.81127.55155.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=40.72%
G=27.52%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212314200.320.220.29340.6828.7859.8
HexB67B8E020161D1551d3c
Octal26617321604026355253574
Binary101101101111011100011100100000101101110110101010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B8E; }

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

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

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

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

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

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

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

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