#B66781

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

Shades of Tapestry #B66781

Tints of Tapestry #B66781

Color information

#B66781 (or 0xB66781) is unknown color: approx Tapestry. HEX triplet: B6, 67 and 81. RGB value is (182,103,129). Sum of RGB (Red+Green+Blue) = 182+103+129=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B66781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66781 is #49987E. Grayscale: #818181. Windows color (decimal): -4823167 or 8480694. OLE color: 8480694.

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

Color convert

RGB182103129-
CMYK00.430.290.29
HSL340.25º35.11%55.88%-
HSV(B)340.25º43.41%71.37%-
XYZ28.121.2323.39-
YUV129.58127.67165.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=43.96%
G=24.88%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210312900.430.290.29340.2535.1155.88
HexB6678102B1D1D1542338
Octal26614720105335355244370
Binary1011011011001111000000101010111110111101101010100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66781; }

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

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

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

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

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

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

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

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