#B46B7F

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

Shades of Tapestry #B46B7F

Tints of Tapestry #B46B7F

Color information

#B46B7F (or 0xB46B7F) is unknown color: approx Tapestry. HEX triplet: B4, 6B and 7F. RGB value is (180,107,127). Sum of RGB (Red+Green+Blue) = 180+107+127=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B7F is #4B9480. Grayscale: #838383. Windows color (decimal): -4953217 or 8350644. OLE color: 8350644.

HSL color Cylindrical-coordinate representation of color #B46B7F: hue angle of 343.56º 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 #B46B7F is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180107127-
CMYK00.410.290.29
HSL343.56º32.74%56.27%-
HSV(B)343.56º40.56%70.59%-
XYZ27.9121.7522.81-
YUV131.11125.68162.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 127 (50% from 255) = 30.68%
R=43.48%
G=25.85%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010712700.410.290.29343.5632.7456.27
HexB46B7F0291D1D1582138
Octal26415317705135355304170
Binary101101001101011111111101010011110111101101011000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B7F; }

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

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

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

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

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

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

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

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