#B0687F

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

Shades of Tapestry #B0687F

Tints of Tapestry #B0687F

Color information

#B0687F (or 0xB0687F) is unknown color: approx Tapestry. HEX triplet: B0, 68 and 7F. RGB value is (176,104,127). Sum of RGB (Red+Green+Blue) = 176+104+127=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B0687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0687F is #4F9780. Grayscale: #808080. Windows color (decimal): -5216129 or 8349872. OLE color: 8349872.

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

Color convert

RGB176104127-
CMYK00.410.280.31
HSL340.83º31.3%54.9%-
HSV(B)340.83º40.91%69.02%-
XYZ26.6920.6622.66-
YUV128.15127.35162.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 127 (50% from 255) = 31.20%
R=43.24%
G=25.55%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610412700.410.280.31340.8331.354.9
HexB0687F0291C1F1551f37
Octal26015017705134375253767
Binary10110000110100011111110101001111001111110101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0687F; }

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

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

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

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

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

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

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

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