#B1667B

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

Shades of Tapestry #B1667B

Tints of Tapestry #B1667B

Color information

#B1667B (or 0xB1667B) is unknown color: approx Tapestry. HEX triplet: B1, 66 and 7B. RGB value is (177,102,123). Sum of RGB (Red+Green+Blue) = 177+102+123=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1667B is #4E9984. Grayscale: #7E7E7E. Windows color (decimal): -5151109 or 8087217. OLE color: 8087217.

HSL color Cylindrical-coordinate representation of color #B1667B: hue angle of 343.2º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1667B is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB177102123-
CMYK00.420.310.31
HSL343.2º32.47%54.71%-
HSV(B)343.2º42.37%69.41%-
XYZ26.4620.2821.26-
YUV126.82125.85163.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=44.03%
G=25.37%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710212300.420.310.31343.232.4754.71
HexB1667B02A1F1F1572037
Octal26114617305237375274067
Binary101100011100110111101101010101111111111101010111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1667B; }

 p { color: rgb(177,102,123); }

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

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

 a { background-color: rgb(177,102,123); }

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

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

 span { border-color: rgb(177,102,123); }

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