#B66A80

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

Shades of Tapestry #B66A80

Tints of Tapestry #B66A80

Color information

#B66A80 (or 0xB66A80) is unknown color: approx Tapestry. HEX triplet: B6, 6A and 80. RGB value is (182,106,128). Sum of RGB (Red+Green+Blue) = 182+106+128=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66A80 is #49957F. Grayscale: #838383. Windows color (decimal): -4822400 or 8415926. OLE color: 8415926.

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

Color convert

RGB182106128-
CMYK00.420.300.29
HSL342.63º34.23%56.47%-
HSV(B)342.63º41.76%71.37%-
XYZ28.3421.8123.14-
YUV131.23126.18164.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=43.75%
G=25.48%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210612800.420.300.29342.6334.2356.47
HexB66A8002A1E1D1572238
Octal26615220005236355274270
Binary1011011011010101000000001010101111011101101010111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A80; }

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

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

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

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

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

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

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

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