#B46D8B

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

Shades of Tapestry #B46D8B

Tints of Tapestry #B46D8B

Color information

#B46D8B (or 0xB46D8B) is unknown color: approx Tapestry. HEX triplet: B4, 6D and 8B. RGB value is (180,109,139). Sum of RGB (Red+Green+Blue) = 180+109+139=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D8B is #4B9274. Grayscale: #858585. Windows color (decimal): -4952693 or 9137588. OLE color: 9137588.

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

Color convert

RGB180109139-
CMYK00.390.230.29
HSL334.65º32.13%56.67%-
HSV(B)334.65º39.44%70.59%-
XYZ28.9522.527.24-
YUV133.65131.02161.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 109 (42.97% from 255) = 25.47%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=42.06%
G=25.47%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010913900.390.230.29334.6532.1356.67
HexB46D8B027171D14f2039
Octal26415521304727355174071
Binary1011010011011011000101101001111011111101101001111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D8B; }

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

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

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

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

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

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

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

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