#B0687C

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

Shades of Tapestry #B0687C

Tints of Tapestry #B0687C

Color information

#B0687C (or 0xB0687C) is unknown color: approx Tapestry. HEX triplet: B0, 68 and 7C. RGB value is (176,104,124). Sum of RGB (Red+Green+Blue) = 176+104+124=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0687C is #4F9783. Grayscale: #7F7F7F. Windows color (decimal): -5216132 or 8153264. OLE color: 8153264.

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

Color convert

RGB176104124-
CMYK00.410.300.31
HSL343.33º31.3%54.9%-
HSV(B)343.33º40.91%69.02%-
XYZ26.4920.5921.65-
YUV127.81125.85162.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.56%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=43.56%
G=25.74%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610412400.410.300.31343.3331.354.9
HexB0687C0291E1F1571f37
Octal26015017405136375273767
Binary10110000110100011111000101001111101111110101011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0687C; }

 p { color: rgb(176,104,124); }

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

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

 a { background-color: rgb(176,104,124); }

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

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

 span { border-color: rgb(176,104,124); }

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