#B47A8B

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

Shades of Tapestry #B47A8B

Tints of Tapestry #B47A8B

Color information

#B47A8B (or 0xB47A8B) is unknown color: approx Tapestry. HEX triplet: B4, 7A and 8B. RGB value is (180,122,139). Sum of RGB (Red+Green+Blue) = 180+122+139=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A8B is #4B8574. Grayscale: #8D8D8D. Windows color (decimal): -4949365 or 9140916. OLE color: 9140916.

HSL color Cylindrical-coordinate representation of color #B47A8B: hue angle of 342.41º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47A8B is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB180122139-
CMYK00.320.230.29
HSL342.41º27.88%59.22%-
HSV(B)342.41º32.22%70.59%-
XYZ30.4425.4927.74-
YUV141.28126.72155.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=40.82%
G=27.66%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012213900.320.230.29342.4127.8859.22
HexB47A8B020171D1561c3b
Octal26417221304027355263473
Binary101101001111010100010110100000101111110110101011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A8B; }

 p { color: rgb(180,122,139); }

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

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

 a { background-color: rgb(180,122,139); }

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

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

 span { border-color: rgb(180,122,139); }

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