#B4717B

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

Shades of Tapestry #B4717B

Tints of Tapestry #B4717B

Color information

#B4717B (or 0xB4717B) is unknown color: approx Tapestry. HEX triplet: B4, 71 and 7B. RGB value is (180,113,123). Sum of RGB (Red+Green+Blue) = 180+113+123=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B4717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4717B is #4B8E84. Grayscale: #868686. Windows color (decimal): -4951685 or 8090036. OLE color: 8090036.

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

Color convert

RGB180113123-
CMYK00.370.320.29
HSL351.04º30.88%57.45%-
HSV(B)351.04º37.22%70.59%-
XYZ28.322.9421.68-
YUV134.17121.7160.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=43.27%
G=27.16%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011312300.370.320.29351.0430.8857.45
HexB4717B025201D15f1f39
Octal26416117304540355373771
Binary101101001110001111101101001011000001110110101111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4717B; }

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

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

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

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

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

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

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

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