#B67B80

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

Shades of Tapestry #B67B80

Tints of Tapestry #B67B80

Color information

#B67B80 (or 0xB67B80) is unknown color: approx Tapestry. HEX triplet: B6, 7B and 80. RGB value is (182,123,128). Sum of RGB (Red+Green+Blue) = 182+123+128=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B80 is #49847F. Grayscale: #8D8D8D. Windows color (decimal): -4818048 or 8420278. OLE color: 8420278.

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

Color convert

RGB182123128-
CMYK00.320.300.29
HSL354.92º28.78%59.8%-
HSV(B)354.92º32.42%71.37%-
XYZ30.2725.6723.78-
YUV141.21120.55157.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 123 (48.44% from 255) = 28.41%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=42.03%
G=28.41%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212312800.320.300.29354.9228.7859.8
HexB67B800201E1D1631d3c
Octal26617320004036355433574
Binary101101101111011100000000100000111101110110110001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B80; }

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

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

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

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

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

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

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

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