#B46B7E

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

Shades of Tapestry #B46B7E

Tints of Tapestry #B46B7E

Color information

#B46B7E (or 0xB46B7E) is unknown color: approx Tapestry. HEX triplet: B4, 6B and 7E. RGB value is (180,107,126). Sum of RGB (Red+Green+Blue) = 180+107+126=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B7E is #4B9481. Grayscale: #828282. Windows color (decimal): -4953218 or 8285108. OLE color: 8285108.

HSL color Cylindrical-coordinate representation of color #B46B7E: hue angle of 344.38º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46B7E is Cyan = 0, Magento = 0.41, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB180107126-
CMYK00.410.30.29
HSL344.38º32.74%56.27%-
HSV(B)344.38º40.56%70.59%-
XYZ27.8521.7322.46-
YUV130.99125.18162.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=43.58%
G=25.91%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010712600.410.30.29344.3832.7456.27
HexB46B7E0291E1D1582138
Octal26415317605136355304170
Binary101101001101011111111001010011111011101101011000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B7E; }

 p { color: rgb(180,107,126); }

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

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

 a { background-color: rgb(180,107,126); }

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

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

 span { border-color: rgb(180,107,126); }

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