#B46D7B

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

Shades of Tapestry #B46D7B

Tints of Tapestry #B46D7B

Color information

#B46D7B (or 0xB46D7B) is unknown color: approx Tapestry. HEX triplet: B4, 6D and 7B. RGB value is (180,109,123). Sum of RGB (Red+Green+Blue) = 180+109+123=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D7B is #4B9284. Grayscale: #838383. Windows color (decimal): -4952709 or 8089012. OLE color: 8089012.

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

Color convert

RGB180109123-
CMYK00.390.320.29
HSL348.17º32.13%56.67%-
HSV(B)348.17º39.44%70.59%-
XYZ27.8722.0721.53-
YUV131.82123.02162.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 109 (42.97% from 255) = 26.46%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=43.69%
G=26.46%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010912300.390.320.29348.1732.1356.67
HexB46D7B027201D15c2039
Octal26415517304740355344071
Binary1011010011011011111011010011110000011101101011100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D7B; }

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

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

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

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

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

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

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

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