#B66678

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

Shades of Tapestry #B66678

Tints of Tapestry #B66678

Color information

#B66678 (or 0xB66678) is unknown color: approx Tapestry. HEX triplet: B6, 66 and 78. RGB value is (182,102,120). Sum of RGB (Red+Green+Blue) = 182+102+120=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B66678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66678 is #499987. Grayscale: #7F7F7F. Windows color (decimal): -4823432 or 7890614. OLE color: 7890614.

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

Color convert

RGB182102120-
CMYK00.440.340.29
HSL346.5º35.4%55.69%-
HSV(B)346.5º43.96%71.37%-
XYZ27.4320.820.34-
YUV127.97123.5166.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 120 (47.27% from 255) = 29.70%
R=45.05%
G=25.25%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210212000.440.340.29346.535.455.69
HexB6667802C221D15a2338
Octal26614617005442355324370
Binary1011011011001101111000010110010001011101101011010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66678; }

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

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

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

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

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

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

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

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