#B66281

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

Shades of Tapestry #B66281

Tints of Tapestry #B66281

Color information

#B66281 (or 0xB66281) is unknown color: approx Tapestry. HEX triplet: B6, 62 and 81. RGB value is (182,98,129). Sum of RGB (Red+Green+Blue) = 182+98+129=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B66281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66281 is #499D7E. Grayscale: #7E7E7E. Windows color (decimal): -4824447 or 8479414. OLE color: 8479414.

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

Color convert

RGB18298129-
CMYK00.460.290.29
HSL337.86º36.52%54.9%-
HSV(B)337.86º46.15%71.37%-
XYZ27.6220.2723.22-
YUV126.65129.33167.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=44.50%
G=23.96%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829812900.460.290.29337.8636.5254.9
HexB6628102E1D1D1522537
Octal26614220105635355224567
Binary1011011011000101000000101011101110111101101010010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66281; }

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

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

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

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

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

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

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

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