#B1767F

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

Shades of Tapestry #B1767F

Tints of Tapestry #B1767F

Color information

#B1767F (or 0xB1767F) is unknown color: approx Tapestry. HEX triplet: B1, 76 and 7F. RGB value is (177,118,127). Sum of RGB (Red+Green+Blue) = 177+118+127=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1767F is #4E8980. Grayscale: #888888. Windows color (decimal): -5147009 or 8353457. OLE color: 8353457.

HSL color Cylindrical-coordinate representation of color #B1767F: hue angle of 350.85º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1767F is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB177118127-
CMYK00.330.280.31
HSL350.85º27.44%57.84%-
HSV(B)350.85º33.33%69.41%-
XYZ28.4423.8423.18-
YUV136.67122.55156.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 127 (50% from 255) = 30.09%
R=41.94%
G=27.96%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711812700.330.280.31350.8527.4457.84
HexB1767F0211C1F15f1b3a
Octal26116617704134375373372
Binary10110001111011011111110100001111001111110101111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1767F; }

 p { color: rgb(177,118,127); }

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

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

 a { background-color: rgb(177,118,127); }

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

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

 span { border-color: rgb(177,118,127); }

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