#B66A81

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

Shades of Tapestry #B66A81

Tints of Tapestry #B66A81

Color information

#B66A81 (or 0xB66A81) is unknown color: approx Tapestry. HEX triplet: B6, 6A and 81. RGB value is (182,106,129). Sum of RGB (Red+Green+Blue) = 182+106+129=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66A81 is #49957E. Grayscale: #838383. Windows color (decimal): -4822399 or 8481462. OLE color: 8481462.

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

Color convert

RGB182106129-
CMYK00.420.290.29
HSL341.84º34.23%56.47%-
HSV(B)341.84º41.76%71.37%-
XYZ28.4121.8423.49-
YUV131.35126.68164.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=43.65%
G=25.42%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210612900.420.290.29341.8434.2356.47
HexB66A8102A1D1D1562238
Octal26615220105235355264270
Binary1011011011010101000000101010101110111101101010110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A81; }

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

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

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

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

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

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

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

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