#B0688C

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

Shades of Tapestry #B0688C

Tints of Tapestry #B0688C

Color information

#B0688C (or 0xB0688C) is unknown color: approx Tapestry. HEX triplet: B0, 68 and 8C. RGB value is (176,104,140). Sum of RGB (Red+Green+Blue) = 176+104+140=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0688C is #4F9773. Grayscale: #818181. Windows color (decimal): -5216116 or 9201840. OLE color: 9201840.

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

Color convert

RGB176104140-
CMYK00.410.200.31
HSL330º31.3%54.9%-
HSV(B)330º40.91%69.02%-
XYZ27.5921.0227.41-
YUV129.63133.85161.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 140 (55.08% from 255) = 33.33%
R=41.90%
G=24.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610414000.410.200.3133031.354.9
HexB0688C029141F14a1f37
Octal26015021405124375123767
Binary101100001101000100011000101001101001111110100101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0688C; }

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

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

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

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

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

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

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

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