#B67480

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

Shades of Tapestry #B67480

Tints of Tapestry #B67480

Color information

#B67480 (or 0xB67480) is unknown color: approx Tapestry. HEX triplet: B6, 74 and 80. RGB value is (182,116,128). Sum of RGB (Red+Green+Blue) = 182+116+128=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B67480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67480 is #498B7F. Grayscale: #898989. Windows color (decimal): -4819840 or 8418486. OLE color: 8418486.

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

Color convert

RGB182116128-
CMYK00.360.300.29
HSL349.09º31.13%58.43%-
HSV(B)349.09º36.26%71.37%-
XYZ29.4323.9923.5-
YUV137.1122.87160.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 116 (45.70% from 255) = 27.23%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=42.72%
G=27.23%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211612800.360.300.29349.0931.1358.43
HexB674800241E1D15d1f3a
Octal26616420004436355353772
Binary101101101110100100000000100100111101110110101110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67480; }

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

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

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

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

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

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

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

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