#B4708A

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

Shades of Tapestry #B4708A

Tints of Tapestry #B4708A

Color information

#B4708A (or 0xB4708A) is unknown color: approx Tapestry. HEX triplet: B4, 70 and 8A. RGB value is (180,112,138). Sum of RGB (Red+Green+Blue) = 180+112+138=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B4708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4708A is #4B8F75. Grayscale: #878787. Windows color (decimal): -4951926 or 9072820. OLE color: 9072820.

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

Color convert

RGB180112138-
CMYK00.380.230.29
HSL337.06º31.19%57.25%-
HSV(B)337.06º37.78%70.59%-
XYZ29.223.1326.97-
YUV135.3129.53159.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=41.86%
G=26.05%
B=32.09%

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
Decimal18011213800.380.230.29337.0631.1957.25
HexB4708A026171D1511f39
Octal26416021204627355213771
Binary101101001110000100010100100110101111110110101000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4708A; }

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

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

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

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

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

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

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

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