#B67784

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

Shades of Tapestry #B67784

Tints of Tapestry #B67784

Color information

#B67784 (or 0xB67784) is unknown color: approx Tapestry. HEX triplet: B6, 77 and 84. RGB value is (182,119,132). Sum of RGB (Red+Green+Blue) = 182+119+132=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B67784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67784 is #49887B. Grayscale: #8B8B8B. Windows color (decimal): -4819068 or 8681398. OLE color: 8681398.

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

Color convert

RGB182119132-
CMYK00.350.270.29
HSL347.62º30.14%59.02%-
HSV(B)347.62º34.62%71.37%-
XYZ30.0524.825.03-
YUV139.32123.87158.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 132 (51.95% from 255) = 30.48%
R=42.03%
G=27.48%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211913200.350.270.29347.6230.1459.02
HexB677840231B1D15c1e3b
Octal26616720404333355343673
Binary101101101110111100001000100011110111110110101110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67784; }

 p { color: rgb(182,119,132); }

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

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

 a { background-color: rgb(182,119,132); }

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

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

 span { border-color: rgb(182,119,132); }

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