#B66E7A

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

Shades of Tapestry #B66E7A

Tints of Tapestry #B66E7A

Color information

#B66E7A (or 0xB66E7A) is unknown color: approx Tapestry. HEX triplet: B6, 6E and 7A. RGB value is (182,110,122). Sum of RGB (Red+Green+Blue) = 182+110+122=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E7A is #499185. Grayscale: #848484. Windows color (decimal): -4821382 or 8023734. OLE color: 8023734.

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

Color convert

RGB182110122-
CMYK00.400.330.29
HSL350º33.03%57.25%-
HSV(B)350º39.56%71.37%-
XYZ28.3822.521.26-
YUV132.9121.85163.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=43.96%
G=26.57%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211012200.400.330.2935033.0357.25
HexB66E7A028211D15e2139
Octal26615617205041355364171
Binary1011011011011101111010010100010000111101101011110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E7A; }

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

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

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

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

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

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

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

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