#B2767F

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

Shades of Tapestry #B2767F

Tints of Tapestry #B2767F

Color information

#B2767F (or 0xB2767F) is unknown color: approx Tapestry. HEX triplet: B2, 76 and 7F. RGB value is (178,118,127). Sum of RGB (Red+Green+Blue) = 178+118+127=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2767F is #4D8980. Grayscale: #888888. Windows color (decimal): -5081473 or 8353458. OLE color: 8353458.

HSL color Cylindrical-coordinate representation of color #B2767F: hue angle of 351º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2767F is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB178118127-
CMYK00.340.290.30
HSL351º28.04%58.04%-
HSV(B)351º33.71%69.8%-
XYZ28.6723.9523.19-
YUV136.97122.38157.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 127 (50% from 255) = 30.02%
R=42.08%
G=27.90%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811812700.340.290.3035128.0458.04
HexB2767F0221D1E15f1c3a
Octal26216617704235365373472
Binary10110010111011011111110100010111011111010101111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2767F; }

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

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

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

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

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

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

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

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