#B0678E

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

Shades of Tapestry #B0678E

Tints of Tapestry #B0678E

Color information

#B0678E (or 0xB0678E) is unknown color: approx Tapestry. HEX triplet: B0, 67 and 8E. RGB value is (176,103,142). Sum of RGB (Red+Green+Blue) = 176+103+142=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0678E is #4F9871. Grayscale: #818181. Windows color (decimal): -5216370 or 9332656. OLE color: 9332656.

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

Color convert

RGB176103142-
CMYK00.410.190.31
HSL327.95º31.6%54.71%-
HSV(B)327.95º41.48%69.02%-
XYZ27.6420.8828.17-
YUV129.27135.18161.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=41.81%
G=24.47%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610314200.410.190.31327.9531.654.71
HexB0678E029131F1482037
Octal26014721605123375104067
Binary1011000011001111000111001010011001111111101001000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0678E; }

 p { color: rgb(176,103,142); }

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

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

 a { background-color: rgb(176,103,142); }

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

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

 span { border-color: rgb(176,103,142); }

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