#B4708B

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

Shades of Tapestry #B4708B

Tints of Tapestry #B4708B

Color information

#B4708B (or 0xB4708B) is unknown color: approx Tapestry. HEX triplet: B4, 70 and 8B. RGB value is (180,112,139). Sum of RGB (Red+Green+Blue) = 180+112+139=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B4708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4708B is #4B8F74. Grayscale: #878787. Windows color (decimal): -4951925 or 9138356. OLE color: 9138356.

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

Color convert

RGB180112139-
CMYK00.380.230.29
HSL336.18º31.19%57.25%-
HSV(B)336.18º37.78%70.59%-
XYZ29.2823.1627.35-
YUV135.41130.03159.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=41.76%
G=25.99%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011213900.380.230.29336.1831.1957.25
HexB4708B026171D1501f39
Octal26416021304627355203771
Binary101101001110000100010110100110101111110110101000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4708B; }

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

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

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

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

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

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

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

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