#B66D7A

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

Shades of Tapestry #B66D7A

Tints of Tapestry #B66D7A

Color information

#B66D7A (or 0xB66D7A) is unknown color: approx Tapestry. HEX triplet: B6, 6D and 7A. RGB value is (182,109,122). Sum of RGB (Red+Green+Blue) = 182+109+122=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66D7A is #499285. Grayscale: #848484. Windows color (decimal): -4821638 or 8023478. OLE color: 8023478.

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

Color convert

RGB182109122-
CMYK00.400.330.29
HSL349.32º33.33%57.06%-
HSV(B)349.32º40.11%71.37%-
XYZ28.2722.2921.22-
YUV132.31122.18163.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=44.07%
G=26.39%
B=29.54%

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
Decimal18210912200.400.330.29349.3233.3357.06
HexB66D7A028211D15d2139
Octal26615517205041355354171
Binary1011011011011011111010010100010000111101101011101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D7A; }

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

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

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

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

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

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

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

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