#B4707B

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

Shades of Tapestry #B4707B

Tints of Tapestry #B4707B

Color information

#B4707B (or 0xB4707B) is unknown color: approx Tapestry. HEX triplet: B4, 70 and 7B. RGB value is (180,112,123). Sum of RGB (Red+Green+Blue) = 180+112+123=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B4707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4707B is #4B8F84. Grayscale: #858585. Windows color (decimal): -4951941 or 8089780. OLE color: 8089780.

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

Color convert

RGB180112123-
CMYK00.380.320.29
HSL350.29º31.19%57.25%-
HSV(B)350.29º37.78%70.59%-
XYZ28.1922.7221.64-
YUV133.59122.03161.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=43.37%
G=26.99%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011212300.380.320.29350.2931.1957.25
HexB4707B026201D15e1f39
Octal26416017304640355363771
Binary101101001110000111101101001101000001110110101111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4707B; }

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

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

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

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

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

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

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

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