#B67682

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

Shades of Tapestry #B67682

Tints of Tapestry #B67682

Color information

#B67682 (or 0xB67682) is unknown color: approx Tapestry. HEX triplet: B6, 76 and 82. RGB value is (182,118,130). Sum of RGB (Red+Green+Blue) = 182+118+130=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B67682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67682 is #49897D. Grayscale: #8A8A8A. Windows color (decimal): -4819326 or 8550070. OLE color: 8550070.

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

Color convert

RGB182118130-
CMYK00.350.290.29
HSL348.75º30.48%58.82%-
HSV(B)348.75º35.16%71.37%-
XYZ29.824.5124.28-
YUV138.5123.2159.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=42.33%
G=27.44%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211813000.350.290.29348.7530.4858.82
HexB676820231D1D15d1e3b
Octal26616620204335355353673
Binary101101101110110100000100100011111011110110101110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67682; }

 p { color: rgb(182,118,130); }

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

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

 a { background-color: rgb(182,118,130); }

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

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

 span { border-color: rgb(182,118,130); }

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