#B66E80

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

Shades of Tapestry #B66E80

Tints of Tapestry #B66E80

Color information

#B66E80 (or 0xB66E80) is unknown color: approx Tapestry. HEX triplet: B6, 6E and 80. RGB value is (182,110,128). Sum of RGB (Red+Green+Blue) = 182+110+128=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66E80 is #49917F. Grayscale: #858585. Windows color (decimal): -4821376 or 8416950. OLE color: 8416950.

HSL color Cylindrical-coordinate representation of color #B66E80: hue angle of 345º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66E80 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB182110128-
CMYK00.400.300.29
HSL345º33.03%57.25%-
HSV(B)345º39.56%71.37%-
XYZ28.7622.6623.28-
YUV133.58124.85162.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=43.33%
G=26.19%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211012800.400.300.2934533.0357.25
HexB66E800281E1D1592139
Octal26615620005036355314171
Binary1011011011011101000000001010001111011101101011001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E80; }

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

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

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

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

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

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

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

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