#B0677D

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

Shades of Tapestry #B0677D

Tints of Tapestry #B0677D

Color information

#B0677D (or 0xB0677D) is unknown color: approx Tapestry. HEX triplet: B0, 67 and 7D. RGB value is (176,103,125). Sum of RGB (Red+Green+Blue) = 176+103+125=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0677D is #4F9882. Grayscale: #7F7F7F. Windows color (decimal): -5216387 or 8218544. OLE color: 8218544.

HSL color Cylindrical-coordinate representation of color #B0677D: hue angle of 341.92º 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 #B0677D is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB176103125-
CMYK00.410.290.31
HSL341.92º31.6%54.71%-
HSV(B)341.92º41.48%69.02%-
XYZ26.4620.4121.95-
YUV127.34126.68162.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.56%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=43.56%
G=25.50%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610312500.410.290.31341.9231.654.71
HexB0677D0291D1F1562037
Octal26014717505135375264067
Binary101100001100111111110101010011110111111101010110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0677D; }

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

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

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

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

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

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

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

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