#B66B84

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

Shades of Tapestry #B66B84

Tints of Tapestry #B66B84

Color information

#B66B84 (or 0xB66B84) is unknown color: approx Tapestry. HEX triplet: B6, 6B and 84. RGB value is (182,107,132). Sum of RGB (Red+Green+Blue) = 182+107+132=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66B84 is #49947B. Grayscale: #848484. Windows color (decimal): -4822140 or 8678326. OLE color: 8678326.

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

Color convert

RGB182107132-
CMYK00.410.270.29
HSL340º33.94%56.67%-
HSV(B)340º41.21%71.37%-
XYZ28.7122.1324.59-
YUV132.28127.85163.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 107 (42.19% from 255) = 25.42%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=43.23%
G=25.42%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210713200.410.270.2934033.9456.67
HexB66B840291B1D1542239
Octal26615320405133355244271
Binary1011011011010111000010001010011101111101101010100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B84; }

 p { color: rgb(182,107,132); }

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

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

 a { background-color: rgb(182,107,132); }

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

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

 span { border-color: rgb(182,107,132); }

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