#B67980

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

Shades of Tapestry #B67980

Tints of Tapestry #B67980

Color information

#B67980 (or 0xB67980) is unknown color: approx Tapestry. HEX triplet: B6, 79 and 80. RGB value is (182,121,128). Sum of RGB (Red+Green+Blue) = 182+121+128=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B67980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67980 is #49867F. Grayscale: #8C8C8C. Windows color (decimal): -4818560 or 8419766. OLE color: 8419766.

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

Color convert

RGB182121128-
CMYK00.340.300.29
HSL353.11º29.47%59.41%-
HSV(B)353.11º33.52%71.37%-
XYZ30.0325.1823.7-
YUV140.04121.21157.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 121 (47.66% from 255) = 28.07%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=42.23%
G=28.07%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212112800.340.300.29353.1129.4759.41
HexB679800221E1D1611d3b
Octal26617120004236355413573
Binary101101101111001100000000100010111101110110110000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67980; }

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

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

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

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

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

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

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

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