#B67B8A

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

Shades of Tapestry #B67B8A

Tints of Tapestry #B67B8A

Color information

#B67B8A (or 0xB67B8A) is unknown color: approx Tapestry. HEX triplet: B6, 7B and 8A. RGB value is (182,123,138). Sum of RGB (Red+Green+Blue) = 182+123+138=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B8A is #498475. Grayscale: #8E8E8E. Windows color (decimal): -4818038 or 9075638. OLE color: 9075638.

HSL color Cylindrical-coordinate representation of color #B67B8A: hue angle of 344.75º 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 #B67B8A is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182123138-
CMYK00.320.240.29
HSL344.75º28.78%59.8%-
HSV(B)344.75º32.42%71.37%-
XYZ30.9625.9527.42-
YUV142.35125.55156.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 123 (48.44% from 255) = 27.77%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=41.08%
G=27.77%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212313800.320.240.29344.7528.7859.8
HexB67B8A020181D1591d3c
Octal26617321204030355313574
Binary101101101111011100010100100000110001110110101100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B8A; }

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

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

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

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

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

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

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

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