#B6638D

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

Shades of Tapestry #B6638D

Tints of Tapestry #B6638D

Color information

#B6638D (or 0xB6638D) is unknown color: approx Tapestry. HEX triplet: B6, 63 and 8D. RGB value is (182,99,141). Sum of RGB (Red+Green+Blue) = 182+99+141=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6638D is #499C72. Grayscale: #808080. Windows color (decimal): -4824179 or 9266102. OLE color: 9266102.

HSL color Cylindrical-coordinate representation of color #B6638D: hue angle of 329.64º degrees, saturation: 0.36, 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 #B6638D is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18299141-
CMYK00.460.230.29
HSL329.64º36.24%55.1%-
HSV(B)329.64º45.6%71.37%-
XYZ28.5620.7927.71-
YUV128.61135166.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=43.13%
G=23.46%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829914100.460.230.29329.6436.2455.1
HexB6638D02E171D14a2437
Octal26614321505627355124467
Binary1011011011000111000110101011101011111101101001010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6638D; }

 p { color: rgb(182,99,141); }

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

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

 a { background-color: rgb(182,99,141); }

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

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

 span { border-color: rgb(182,99,141); }

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