#B2678D

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

Shades of Tapestry #B2678D

Tints of Tapestry #B2678D

Color information

#B2678D (or 0xB2678D) is unknown color: approx Tapestry. HEX triplet: B2, 67 and 8D. RGB value is (178,103,141). Sum of RGB (Red+Green+Blue) = 178+103+141=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2678D is #4D9872. Grayscale: #818181. Windows color (decimal): -5085299 or 9267122. OLE color: 9267122.

HSL color Cylindrical-coordinate representation of color #B2678D: hue angle of 329.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2678D is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB178103141-
CMYK00.420.210.30
HSL329.6º32.75%55.1%-
HSV(B)329.6º42.13%69.8%-
XYZ28.0221.0927.79-
YUV129.76134.35162.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=42.18%
G=24.41%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810314100.420.210.30329.632.7555.1
HexB2678D02A151E14a2137
Octal26214721505225365124167
Binary1011001011001111000110101010101010111110101001010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2678D; }

 p { color: rgb(178,103,141); }

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

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

 a { background-color: rgb(178,103,141); }

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

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

 span { border-color: rgb(178,103,141); }

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