#B6667E

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

Shades of Tapestry #B6667E

Tints of Tapestry #B6667E

Color information

#B6667E (or 0xB6667E) is unknown color: approx Tapestry. HEX triplet: B6, 66 and 7E. RGB value is (182,102,126). Sum of RGB (Red+Green+Blue) = 182+102+126=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6667E is #499981. Grayscale: #808080. Windows color (decimal): -4823426 or 8283830. OLE color: 8283830.

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

Color convert

RGB182102126-
CMYK00.440.310.29
HSL342º35.4%55.69%-
HSV(B)342º43.96%71.37%-
XYZ27.8120.9522.32-
YUV128.66126.5166.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 126 (49.61% from 255) = 30.73%
R=44.39%
G=24.88%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210212600.440.310.2934235.455.69
HexB6667E02C1F1D1562338
Octal26614617605437355264370
Binary101101101100110111111001011001111111101101010110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6667E; }

 p { color: rgb(182,102,126); }

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

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

 a { background-color: rgb(182,102,126); }

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

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

 span { border-color: rgb(182,102,126); }

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