#B66D7E

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

Shades of Tapestry #B66D7E

Tints of Tapestry #B66D7E

Color information

#B66D7E (or 0xB66D7E) is unknown color: approx Tapestry. HEX triplet: B6, 6D and 7E. RGB value is (182,109,126). Sum of RGB (Red+Green+Blue) = 182+109+126=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66D7E is #499281. Grayscale: #848484. Windows color (decimal): -4821634 or 8285622. OLE color: 8285622.

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

Color convert

RGB182109126-
CMYK00.400.310.29
HSL346.03º33.33%57.06%-
HSV(B)346.03º40.11%71.37%-
XYZ28.5322.3922.56-
YUV132.76124.18163.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 109 (42.97% from 255) = 26.14%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=43.65%
G=26.14%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210912600.400.310.29346.0333.3357.06
HexB66D7E0281F1D15a2139
Octal26615517605037355324171
Binary101101101101101111111001010001111111101101011010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D7E; }

 p { color: rgb(182,109,126); }

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

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

 a { background-color: rgb(182,109,126); }

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

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

 span { border-color: rgb(182,109,126); }

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